RestorableMongodbCollectionPropertiesResource Constructors
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.
Overloads
RestorableMongodbCollectionPropertiesResource() |
Initializes a new instance of the RestorableMongodbCollectionPropertiesResource class. |
RestorableMongodbCollectionPropertiesResource(String, String, String, String, String) |
Initializes a new instance of the RestorableMongodbCollectionPropertiesResource class. |
RestorableMongodbCollectionPropertiesResource()
Initializes a new instance of the RestorableMongodbCollectionPropertiesResource class.
public RestorableMongodbCollectionPropertiesResource ();
Public Sub New ()
Applies to
RestorableMongodbCollectionPropertiesResource(String, String, String, String, String)
Initializes a new instance of the RestorableMongodbCollectionPropertiesResource class.
public RestorableMongodbCollectionPropertiesResource (string _rid = default, string operationType = default, string eventTimestamp = default, string ownerId = default, string ownerResourceId = default);
new Microsoft.Azure.Management.CosmosDB.Models.RestorableMongodbCollectionPropertiesResource : string * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.RestorableMongodbCollectionPropertiesResource
Public Sub New (Optional _rid As String = Nothing, Optional operationType As String = Nothing, Optional eventTimestamp As String = Nothing, Optional ownerId As String = Nothing, Optional ownerResourceId As String = Nothing)
Parameters
- _rid
- String
A system generated property. A unique identifier.
- operationType
- String
The operation type of this collection event. Possible values include: 'Create', 'Replace', 'Delete', 'SystemOperation'
- eventTimestamp
- String
The time when this collection event happened.
- ownerId
- String
The name of this MongoDB collection.
- ownerResourceId
- String
The resource ID of this MongoDB collection.
Applies to
Azure SDK for .NET