ThroughputResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The cosmos throughput response
public class ThroughputResponse : Azure.Response<Azure.Cosmos.ThroughputProperties>
type ThroughputResponse = class
inherit Response<ThroughputProperties>
Public Class ThroughputResponse
Inherits Response(Of ThroughputProperties)
- Inheritance
Constructors
| Name | Description |
|---|---|
| ThroughputResponse() |
Create a ThroughputResponse as a no-op for mock testing |
Properties
| Name | Description |
|---|---|
| IsReplacePending |
Gets the status whether offer replace is successful or pending. |
| MinThroughput |
Gets minimum throughput in measurement of request units per second in the Azure Cosmos service. |
| Value |
Gets the value returned by the service. Accessing this property will throw if HasValue is false. |
Methods
| Name | Description |
|---|---|
| GetRawResponse() |
Returns the HTTP response returned by the service. |
Operators
| Name | Description |
|---|---|
| Implicit(ThroughputResponse to ThroughputProperties) |
Get ThroughputProperties implicitly from ThroughputResponse |