ArmDataMigrationModelFactory.DataMigrationMongoDBObjectInfo 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.
Initializes a new instance of DataMigrationMongoDBObjectInfo.
public static Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBObjectInfo DataMigrationMongoDBObjectInfo(long averageDocumentSize = 0, long dataSize = 0, long documentCount = 0, string name = default, string qualifiedName = default);
static member DataMigrationMongoDBObjectInfo : int64 * int64 * int64 * string * string -> Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBObjectInfo
Public Shared Function DataMigrationMongoDBObjectInfo (Optional averageDocumentSize As Long = 0, Optional dataSize As Long = 0, Optional documentCount As Long = 0, Optional name As String = Nothing, Optional qualifiedName As String = Nothing) As DataMigrationMongoDBObjectInfo
Parameters
- averageDocumentSize
- Int64
The average document size, or -1 if the average size is unknown.
- dataSize
- Int64
The estimated total data size, in bytes, or -1 if the size is unknown.
- documentCount
- Int64
The estimated total number of documents, or -1 if the document count is unknown.
- name
- String
The unqualified name of the database or collection.
- qualifiedName
- String
The qualified name of the database or collection. For a collection, this is the database-qualified name.
Returns
A new DataMigrationMongoDBObjectInfo instance for mocking.