Module Values.StorageClassConfigurationSource

The configuration details for the storage class of tables or table buckets. This allows you to optimize storage costs by selecting the appropriate storage class based on your access patterns and performance requirements.

Sourcetype nonrec t = {
  1. storageClass : StorageClass.t;
    (*

    The storage class for the table or table bucket. Valid values include storage classes optimized for different access patterns and cost profiles.

    *)
}
Sourceval context_ : string
Sourceval make : storageClass:StorageClass.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t