DocumentDbModelFactory.GetDocumentsResponse Method

Definition

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>>

Returns

Applies to