Class GoogleCloudDatacatalogV1VertexDatasetSpec
Specification for vertex dataset resources.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1VertexDatasetSpec : IDirectResponseSchema
Properties
DataItemCount
The number of DataItems in this Dataset. Only apply for non-structured Dataset.
Declaration
[JsonProperty("dataItemCount")]
public virtual long? DataItemCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
DataType
Type of the dataset.
Declaration
[JsonProperty("dataType")]
public virtual string DataType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |