public sealed class VertexDatasetSpec : IMessage<VertexDatasetSpec>, IEquatable<VertexDatasetSpec>, IDeepCloneable<VertexDatasetSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class VertexDatasetSpec.
Specification for vertex dataset resources.
Implements
IMessageVertexDatasetSpec, IEquatableVertexDatasetSpec, IDeepCloneableVertexDatasetSpec, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
VertexDatasetSpec()
public VertexDatasetSpec()
VertexDatasetSpec(VertexDatasetSpec)
public VertexDatasetSpec(VertexDatasetSpec other)
Parameter | |
---|---|
Name | Description |
other | VertexDatasetSpec |
Properties
DataItemCount
public long DataItemCount { get; set; }
The number of DataItems in this Dataset. Only apply for non-structured Dataset.
Property Value | |
---|---|
Type | Description |
long |
DataType
public VertexDatasetSpec.Types.DataType DataType { get; set; }
Type of the dataset.
Property Value | |
---|---|
Type | Description |
VertexDatasetSpecTypesDataType |