Interface PartitionSpecMetadata

interface PartitionSpecMetadata {
    name: string;
    spec: PartitionSpec;
    status: PartitionSpecStatus;
}

Properties

Properties

name: string

Generated using TypeDoc