Class Schema.Types.PartitionField (2.0.0)

public sealed class PartitionField : IMessage<Schema.Types.PartitionField>, IEquatable<Schema.Types.PartitionField>, IDeepCloneable<Schema.Types.PartitionField>, IBufferMessage, IMessage

Represents a key field within the entity's partition structure. You could have up to 20 partition fields, but only the first 10 partitions have the filtering ability due to performance consideration.

Inheritance

Object > Schema.Types.PartitionField

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

PartitionField()

public PartitionField()

PartitionField(Schema.Types.PartitionField)

public PartitionField(Schema.Types.PartitionField other)
Parameter
NameDescription
otherSchema.Types.PartitionField

Properties

Name

public string Name { get; set; }

Required. Partition name is editable if only the partition style is not HIVE compatible. The maximum length allowed is 767 characters.

Property Value
TypeDescription
String

Type

public Schema.Types.Type Type { get; set; }

Required. Immutable. The type of field.

Property Value
TypeDescription
Schema.Types.Type