Cloud Service only. Options passed to getReplicaStats.

See

getReplicaStats

Hierarchy

Properties

compartment?: string

Cloud service only. Compartment id or name to use for this operation.

Default Value

Config.compartment.

See

compartment

limit?: number

Limit to the number of replica stats record returned by one call to getReplicaStats.

Note that this limit is for the number of stats records for each replica. E.g. if you have 3 replicas and the limit is 1000, then up to 1000 stats records for each replica can be returned, up to 3000 stats records total.

Default Value

1000

region?: string | Region

Region from which to query replica statats stats information. If not set, stats from all replicas (regions) will be returned.

startTime?: string | number | Date

Start time from which to retrieve replica stats records. Can be Date, string representing date and time or number of milliseconds since epoch (January 1, 1970, 00:00:00 UTC). For string representation see Date.parse().

If start time is not set, the number of most recent complete stats records are returned, up to limit, per replica.

timeout?: number

Timeout for the operation in milliseconds.

Default Value

Config.timeout

Generated using TypeDoc