Data Catalog v1 API - Class DatasetSpec (2.7.0)

public sealed class DatasetSpec : IMessage<DatasetSpec>, IEquatable<DatasetSpec>, IDeepCloneable<DatasetSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class DatasetSpec.

Specification that applies to a dataset. Valid only for entries with the DATASET type.

Inheritance

object > DatasetSpec

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

DatasetSpec()

public DatasetSpec()

DatasetSpec(DatasetSpec)

public DatasetSpec(DatasetSpec other)
Parameter
NameDescription
otherDatasetSpec

Properties

SystemSpecCase

public DatasetSpec.SystemSpecOneofCase SystemSpecCase { get; }
Property Value
TypeDescription
DatasetSpecSystemSpecOneofCase

VertexDatasetSpec

public VertexDatasetSpec VertexDatasetSpec { get; set; }

Vertex AI Dataset specific fields

Property Value
TypeDescription
VertexDatasetSpec