Class TableSchemaCompositePartitionKey


  • public final class TableSchemaCompositePartitionKey
    extends java.lang.Object
    • Method Detail

      • enforcementInRecord

        public java.util.Optional<java.lang.String> enforcementInRecord()
        Returns:
        The level of enforcement for the specification of a dimension key in ingested records. Valid values: `REQUIRED`, `OPTIONAL`.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The name of the attribute used for a dimension key.
      • type

        public java.lang.String type()
        Returns:
        The type of the partition key. Valid values: `DIMENSION`, `MEASURE`.