MongoBulkExecutor Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
MongoBulkExecutor(DocumentClient, DocumentCollection) |
Veraltet.
|
MongoBulkExecutor(Uri, String, String, String, ConnectionPolicy, Nullable<ConsistencyLevel>, JsonSerializerSettings) |
MongoBulkExecutor(DocumentClient, DocumentCollection)
Achtung
Constructor with DocumentClient and DocumentCollection is deprecated for MongoBulkExecutor, please use the constructor with account connection details instead.
[System.Obsolete("Constructor with DocumentClient and DocumentCollection is deprecated for MongoBulkExecutor, please use the constructor with account connection details instead.")]
public MongoBulkExecutor (Microsoft.Azure.Documents.Client.DocumentClient client, Microsoft.Azure.Documents.DocumentCollection documentCollection);
[<System.Obsolete("Constructor with DocumentClient and DocumentCollection is deprecated for MongoBulkExecutor, please use the constructor with account connection details instead.")>]
new Microsoft.Azure.CosmosDB.BulkExecutor.MongoBulkExecutor : Microsoft.Azure.Documents.Client.DocumentClient * Microsoft.Azure.Documents.DocumentCollection -> Microsoft.Azure.CosmosDB.BulkExecutor.MongoBulkExecutor
Public Sub New (client As DocumentClient, documentCollection As DocumentCollection)
Parameter
- client
- DocumentClient
- documentCollection
- DocumentCollection
- Attribute
Gilt für:
MongoBulkExecutor(Uri, String, String, String, ConnectionPolicy, Nullable<ConsistencyLevel>, JsonSerializerSettings)
public MongoBulkExecutor (Uri serviceEndpoint, string masterKey, string databaseName, string collectionName, Microsoft.Azure.Documents.Client.ConnectionPolicy connectionPolicy = default, Microsoft.Azure.Documents.ConsistencyLevel? desiredConsistencyLevel = default, Newtonsoft.Json.JsonSerializerSettings serializerSettings = default);
new Microsoft.Azure.CosmosDB.BulkExecutor.MongoBulkExecutor : Uri * string * string * string * Microsoft.Azure.Documents.Client.ConnectionPolicy * Nullable<Microsoft.Azure.Documents.ConsistencyLevel> * Newtonsoft.Json.JsonSerializerSettings -> Microsoft.Azure.CosmosDB.BulkExecutor.MongoBulkExecutor
Public Sub New (serviceEndpoint As Uri, masterKey As String, databaseName As String, collectionName As String, Optional connectionPolicy As ConnectionPolicy = Nothing, Optional desiredConsistencyLevel As Nullable(Of ConsistencyLevel) = Nothing, Optional serializerSettings As JsonSerializerSettings = Nothing)
Parameter
- serviceEndpoint
- Uri
- masterKey
- String
- databaseName
- String
- collectionName
- String
- connectionPolicy
- ConnectionPolicy
- desiredConsistencyLevel
- Nullable<ConsistencyLevel>
- serializerSettings
- Newtonsoft.Json.JsonSerializerSettings
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET