IncludedPath 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.
Specifies a path within a JSON document to be included in the Azure Cosmos DB service.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonIncludedPathConverter))]
public sealed class IncludedPath
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Cosmos.TextJsonIncludedPathConverter))>]
type IncludedPath = class
Public NotInheritable Class IncludedPath
- Inheritance
-
IncludedPath
- Attributes
Constructors
IncludedPath() |
Properties
Path |
Gets or sets the path to be indexed in the Azure Cosmos DB service. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET