RequestReportRecordContract.Cache Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit spécifie si le cache de réponse a été impliqué dans la génération de la réponse. Si la valeur n’est aucune, le cache n’a pas été utilisé. Si la valeur est atteinte, la réponse mise en cache a été retournée. Si la valeur est manquée, le cache a été utilisé, mais la recherche a entraîné une erreur et la demande a été satisfaite par le back-end.
[Newtonsoft.Json.JsonProperty(PropertyName="cache")]
public string Cache { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cache")>]
member this.Cache : string with get, set
Public Property Cache As String
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET