Class ThroughputResponse
The cosmos throughput response
public class ThroughputResponse : Response<ThroughputProperties>
- Inheritance
-
ThroughputResponse
- Inherited Members
- Extension Methods
Constructors
ThroughputResponse()
Create a ThroughputResponse as a no-op for mock testing
protected ThroughputResponse()
Properties
ActivityId
public override string ActivityId { get; }
Property Value
Diagnostics
public override CosmosDiagnostics Diagnostics { get; }
Property Value
ETag
public override string ETag { get; }
Property Value
Headers
public override Headers Headers { get; }
Property Value
IsReplacePending
Gets the status whether offer replace is successful or pending.
public bool? IsReplacePending { get; }
Property Value
- bool?
MinThroughput
Gets minimum throughput in measurement of request units per second in the Azure Cosmos service.
public int? MinThroughput { get; }
Property Value
- int?
RequestCharge
public override double RequestCharge { get; }
Property Value
Resource
public override ThroughputProperties Resource { get; }
Property Value
StatusCode
public override HttpStatusCode StatusCode { get; }
Property Value
Operators
implicit operator ThroughputProperties(ThroughputResponse)
Get ThroughputProperties implicitly from ThroughputResponse
public static implicit operator ThroughputProperties(ThroughputResponse response)
Parameters
response
ThroughputResponseThroughput response