Module Values.OnDemandThroughputOverrideSource

Overrides the on-demand throughput settings for this replica table. If you don't specify a value for this parameter, it uses the source table's on-demand throughput settings.

Sourcetype nonrec t = {
  1. maxReadRequestUnits : LongObject.t option;
    (*

    Maximum number of read request units for the specified replica table.

    *)
}
Sourceval make : ?maxReadRequestUnits:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of LongObject.t ]) 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