public sealed class Schema.Types.PartitionField : IMessage<Schema.Types.PartitionField>, IEquatable<Schema.Types.PartitionField>, IDeepCloneable<Schema.Types.PartitionField>, IBufferMessage, IMessageReference 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
IMessageSchemaTypesPartitionField, IEquatableSchemaTypesPartitionField, IDeepCloneableSchemaTypesPartitionField, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
PartitionField()
public PartitionField()PartitionField(PartitionField)
public PartitionField(Schema.Types.PartitionField other)| Parameter | |
|---|---|
| Name | Description |
other |
SchemaTypesPartitionField |
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 |
SchemaTypesType |
|