DocumentsOperationsExtensions.Count 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.
Queries the number of documents in the search index.
public static long Count (this Microsoft.Azure.Search.IDocumentsOperations operations, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default);
static member Count : Microsoft.Azure.Search.IDocumentsOperations * Microsoft.Azure.Search.Models.SearchRequestOptions -> int64
<Extension()>
Public Function Count (operations As IDocumentsOperations, Optional searchRequestOptions As SearchRequestOptions = Nothing) As Long
Parameters
- operations
- IDocumentsOperations
The operations group for this extension method.
- searchRequestOptions
- SearchRequestOptions
Additional parameters for the operation
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET