Databricks SDK for JavaScript
    Preparing search index...

    Interface PartitionSpecification_Partition_PartitionValue

    interface PartitionSpecification_Partition_PartitionValue {
        name?: string;
        op?: PartitionSpecification_Partition_PartitionValue_PartitionValueOp;
        recipientPropertyKey?: string;
        value?: string;
    }
    Index

    Properties

    name?: string

    The name of the partition column.

    The operator to apply for the value.

    recipientPropertyKey?: string

    The key of a Delta Sharing recipient's property. For example "databricks-account-id". When this field is set, field value can not be set.

    value?: string

    The value of the partition column. When this value is not set, it means null value. When this field is set, field recipient_property_key can not be set.