DocumentDbModelFactory.QueryDocumentsResponse 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.
public static Azure.Connectors.Sdk.Documentdb.Models.QueryDocumentsResponse QueryDocumentsResponse(System.Collections.Generic.List<Azure.Connectors.Sdk.Documentdb.Models.ObjectWithoutType> documents = default, string continuationToken = default, int? numberOfDocuments = default, double? requestCharge = default, string sessionToken = default, string activityId = default, System.Collections.Generic.List<Azure.Connectors.Sdk.Documentdb.Models.DataWithSensitivityLabelInfo> metadata = default, System.Text.Json.JsonElement? additionalProperties = default);
static member QueryDocumentsResponse : System.Collections.Generic.List<Azure.Connectors.Sdk.Documentdb.Models.ObjectWithoutType> * string * Nullable<int> * Nullable<double> * string * string * System.Collections.Generic.List<Azure.Connectors.Sdk.Documentdb.Models.DataWithSensitivityLabelInfo> * Nullable<System.Text.Json.JsonElement> -> Azure.Connectors.Sdk.Documentdb.Models.QueryDocumentsResponse
Public Shared Function QueryDocumentsResponse (Optional documents As List(Of ObjectWithoutType) = Nothing, Optional continuationToken As String = Nothing, Optional numberOfDocuments As Nullable(Of Integer) = Nothing, Optional requestCharge As Nullable(Of Double) = Nothing, Optional sessionToken As String = Nothing, Optional activityId As String = Nothing, Optional metadata As List(Of DataWithSensitivityLabelInfo) = Nothing, Optional additionalProperties As Nullable(Of JsonElement) = Nothing) As QueryDocumentsResponse
Parameters
- documents
- List<ObjectWithoutType>
- continuationToken
- String
- sessionToken
- String
- activityId
- String
- metadata
- List<DataWithSensitivityLabelInfo>
- additionalProperties
- Nullable<JsonElement>