public sealed class PartitionField : IMessage<Schema.Types.PartitionField>, IEquatable<Schema.Types.PartitionField>, IDeepCloneable<Schema.Types.PartitionField>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Schema.Types.PartitionField.
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. Note: Partition fields are immutable.
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 field name must consist of letters, numbers, and underscores only, with a maximum of length of 256 characters, and must begin with a letter or underscore..
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 |