Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1VertexDatasetSpec

Specification for vertex dataset resources.

Inheritance
object
GoogleCloudDatacatalogV1VertexDatasetSpec
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX