你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GeometryValidationResult.Reason 属性

定义

如果 geometry 无效,则会在 Azure Cosmos DB 服务中返回详细原因。

[Newtonsoft.Json.JsonProperty("reason", Order=1)]
[System.Runtime.Serialization.DataMember(Name="reason")]
public string Reason { get; }
[<Newtonsoft.Json.JsonProperty("reason", Order=1)>]
[<System.Runtime.Serialization.DataMember(Name="reason")>]
member this.Reason : string
Public ReadOnly Property Reason As String

属性值

描述几何图形无效的原因。

属性
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

适用于