다음을 통해 공유


IndexingPolicy.IncludedPaths Property

Definition

Gets the collection containing IncludedPath objects in the Azure Cosmos DB service.

public System.Collections.ObjectModel.Collection<Azure.Cosmos.IncludedPath> IncludedPaths { get; }
member this.IncludedPaths : System.Collections.ObjectModel.Collection<Azure.Cosmos.IncludedPath>
Public ReadOnly Property IncludedPaths As Collection(Of IncludedPath)

Property Value

The collection containing IncludedPath objects.

Applies to