DocumentDbModelFactory.GetCollectionsResponse 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 GetCollectionsResponse(String, List<Nullable<JsonElement>>, Nullable<Int32>).
public static Azure.Connectors.Sdk.Documentdb.Models.GetCollectionsResponse GetCollectionsResponse(string rid = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> documentCollections = default, int? count = default);
static member GetCollectionsResponse : string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * Nullable<int> -> Azure.Connectors.Sdk.Documentdb.Models.GetCollectionsResponse
Public Shared Function GetCollectionsResponse (Optional rid As String = Nothing, Optional documentCollections As List(Of Nullable(Of JsonElement)) = Nothing, Optional count As Nullable(Of Integer) = Nothing) As GetCollectionsResponse
Parameters
- rid
- String
- documentCollections
- List<Nullable<JsonElement>>