Class Version
The Data Fusion version.
Implements
Inherited Members
Namespace: Google.Apis.DataFusion.v1beta1.Data
Assembly: Google.Apis.DataFusion.v1beta1.dll
Syntax
public class Version : IDirectResponseSchema
Properties
AvailableFeatures
Represents a list of available feature names for a given version.
Declaration
[JsonProperty("availableFeatures")]
public virtual IList<string> AvailableFeatures { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DefaultVersion
Whether this is currently the default version for Cloud Data Fusion
Declaration
[JsonProperty("defaultVersion")]
public virtual bool? DefaultVersion { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type represents the release availability of the version
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionNumber
The version number of the Data Fusion instance, such as '6.0.1.0'.
Declaration
[JsonProperty("versionNumber")]
public virtual string VersionNumber { get; set; }
Property Value
Type | Description |
---|---|
string |