MongoDbObjectInfo 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
MongoDbObjectInfo() |
Initializes a new instance of the MongoDbObjectInfo class. |
MongoDbObjectInfo(Int64, Int64, Int64, String, String) |
Initializes a new instance of the MongoDbObjectInfo class. |
MongoDbObjectInfo()
Initializes a new instance of the MongoDbObjectInfo class.
public MongoDbObjectInfo ();
Public Sub New ()
Applies to
MongoDbObjectInfo(Int64, Int64, Int64, String, String)
Initializes a new instance of the MongoDbObjectInfo class.
public MongoDbObjectInfo (long averageDocumentSize, long dataSize, long documentCount, string name, string qualifiedName);
new Microsoft.Azure.Management.DataMigration.Models.MongoDbObjectInfo : int64 * int64 * int64 * string * string -> Microsoft.Azure.Management.DataMigration.Models.MongoDbObjectInfo
Public Sub New (averageDocumentSize As Long, dataSize As Long, documentCount As Long, name As String, qualifiedName As String)
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.