DocumentDbModelFactory.GetDocumentsResponse 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.
Creates a new instance of GetDocumentsResponse(String, List<Nullable<JsonElement>>, List<DataWithSensitivityLabelInfo>).
public static Azure.Connectors.Sdk.Documentdb.Models.GetDocumentsResponse GetDocumentsResponse(string rid = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> documents = default, System.Collections.Generic.List<Azure.Connectors.Sdk.Documentdb.Models.DataWithSensitivityLabelInfo> metadata = default);
static member GetDocumentsResponse : string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * System.Collections.Generic.List<Azure.Connectors.Sdk.Documentdb.Models.DataWithSensitivityLabelInfo> -> Azure.Connectors.Sdk.Documentdb.Models.GetDocumentsResponse
Public Shared Function GetDocumentsResponse (Optional rid As String = Nothing, Optional documents As List(Of Nullable(Of JsonElement)) = Nothing, Optional metadata As List(Of DataWithSensitivityLabelInfo) = Nothing) As GetDocumentsResponse
Parameters
- rid
- String
- documents
- List<Nullable<JsonElement>>
- metadata
- List<DataWithSensitivityLabelInfo>