DocumentDbModelFactory.PostDocumentsResponse 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 PostDocumentsResponse(String, Nullable<Int64>, String, String, String, String).
public static Azure.Connectors.Sdk.Documentdb.Models.PostDocumentsResponse PostDocumentsResponse(string rid = default, long? ts = default, string self = default, string etag = default, string attachments = default, string id = default);
static member PostDocumentsResponse : string * Nullable<int64> * string * string * string * string -> Azure.Connectors.Sdk.Documentdb.Models.PostDocumentsResponse
Public Shared Function PostDocumentsResponse (Optional rid As String = Nothing, Optional ts As Nullable(Of Long) = Nothing, Optional self As String = Nothing, Optional etag As String = Nothing, Optional attachments As String = Nothing, Optional id As String = Nothing) As PostDocumentsResponse
Parameters
- rid
- String
- self
- String
- etag
- String
- attachments
- String
- id
- String