Data Catalog v1 API - Class PhysicalSchema.Types.ThriftSchema (2.11.0)

public sealed class PhysicalSchema.Types.ThriftSchema : IMessage<PhysicalSchema.Types.ThriftSchema>, IEquatable<PhysicalSchema.Types.ThriftSchema>, IDeepCloneable<PhysicalSchema.Types.ThriftSchema>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class PhysicalSchema.Types.ThriftSchema.

Schema in Thrift format.

Inheritance

object > PhysicalSchema.Types.ThriftSchema

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ThriftSchema()

public ThriftSchema()

ThriftSchema(ThriftSchema)

public ThriftSchema(PhysicalSchema.Types.ThriftSchema other)
Parameter
NameDescription
otherPhysicalSchemaTypesThriftSchema

Properties

Text

public string Text { get; set; }

Thrift IDL source of the schema.

Property Value
TypeDescription
string