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.
Implements
IMessage<Schema.Types.PartitionField>, IEquatable<Schema.Types.PartitionField>, IDeepCloneable<Schema.Types.PartitionField>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
PartitionField()
public PartitionField()
PartitionField(Schema.Types.PartitionField)
public PartitionField(Schema.Types.PartitionField other)
Parameter | |
---|---|
Name | Description |
other | Schema.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 | |
---|---|
Type | Description |
String |
Type
public Schema.Types.Type Type { get; set; }
Required. Immutable. The type of field.
Property Value | |
---|---|
Type | Description |
Schema.Types.Type |