The connection string which points to the Azure Cosmos Db. The connection string may contain all relevant connection information.
Please also specify the DatabaseName and ContainerName.
Optional: You can also provide either an AzureKeyCredential or AzureTokenCredential along with the connection string.
Alternatively, you can use the AccountEndpoint and AuthKeyOrResourceToken to establish a connection.
Optional: Instead of providing the ConnectionString and/or other credentials, you can also create
the CosmosClient manually in your code and assign it to this property. This client will then be used,
and no new client won't be created.
Please make sure bulk insert is allowed in the client.
The query definition to retrieve the data. If no query definition is provided, Sql, the definition will be automatically generated from the
provided Sql statement.