CosmosLinqExtensions.DocumentId(Object) Method
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.
Returns the integer identifier corresponding to a specific item within a physical partition. This method is to be used in LINQ expressions only and will be evaluated on server. There's no implementation provided in the client library.
public static int DocumentId (this object obj);
static member DocumentId : obj -> int
<Extension()>
Public Function DocumentId (obj As Object) As Integer
Parameters
- obj
- Object
The root object
Returns
Returns the integer identifier corresponding to a specific item within a physical partition.
Examples
var documentIdQuery = documents.Where(root => root.DocumentId());
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET