Property ConsumedCapacity
ConsumedCapacity
Cloud Service/Cloud Simulator only. Gets the capacity consumed by
the call to PrepareAsync(String, PrepareOptions, CancellationToken) that created
this prepared statement.
Declaration
public ConsumedCapacity ConsumedCapacity { get; }
Property Value
| Type | Description |
|---|---|
| ConsumedCapacity |
Consumed capacity. For on-premise NoSQL Database, this value is
always null.
|