Cloud Dataplex v1 API - Class Schema.Types.PartitionField (3.1.0)

public sealed class Schema.Types.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.

Inheritance

object > Schema.Types.PartitionField

Namespace

Google.Cloud.Dataplex.V1

Assembly

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