ResourceResponseBase.StatusCode Property

Definition

Gets the HTTP status code associated with the response from the Azure Cosmos DB service.

public System.Net.HttpStatusCode StatusCode { get; }
member this.StatusCode : System.Net.HttpStatusCode
Public ReadOnly Property StatusCode As HttpStatusCode

Property Value

The HTTP status code associated with the response.

Implements

Applies to