Data Catalog v1 API - Class VertexDatasetSpec (2.11.0)

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.

Inheritance

object > VertexDatasetSpec

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

VertexDatasetSpec()

public VertexDatasetSpec()

VertexDatasetSpec(VertexDatasetSpec)

public VertexDatasetSpec(VertexDatasetSpec other)
Parameter
NameDescription
otherVertexDatasetSpec

Properties

DataItemCount

public long DataItemCount { get; set; }

The number of DataItems in this Dataset. Only apply for non-structured Dataset.

Property Value
TypeDescription
long

DataType

public VertexDatasetSpec.Types.DataType DataType { get; set; }

Type of the dataset.

Property Value
TypeDescription
VertexDatasetSpecTypesDataType