Show / Hide Table of Contents

Class Version

The Data Fusion version.

Inheritance
object
Version
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX