You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="shards">Used when creating. The number of range partitions. Default is 8, unless overridden in the cluster config.</param>
44
45
/// <param name="replicas">Used when creating. The number of copies of the database in the cluster. The default is 3, unless overridden in the cluster config.</param>
46
+
/// <param name="partitioned">Whether to create a partitioned database. Default is <c>False</c>.</param>
45
47
/// <param name="discriminator">Filters documents by the given discriminator.</param>
46
48
/// <param name="cancellationToken">A <see cref="CancellationToken" /> to observe while waiting for the task to complete.</param>
47
49
/// <returns>A task that represents the asynchronous operation. The task result contains the newly created CouchDB database.</returns>
/// <typeparam name="TSource">The type of database documents.</typeparam>
85
88
/// <param name="shards">Used when creating. The number of range partitions. Default is 8, unless overridden in the cluster config.</param>
86
89
/// <param name="replicas">Used when creating. The number of copies of the database in the cluster. The default is 3, unless overridden in the cluster config.</param>
90
+
/// <param name="partitioned">Whether to create a partitioned database. Default is <c>False</c>.</param>
87
91
/// <param name="discriminator">Filters documents by the given discriminator.</param>
88
92
/// <param name="cancellationToken">A <see cref="CancellationToken" /> to observe while waiting for the task to complete.</param>
89
93
/// <returns>A task that represents the asynchronous operation. The task result contains the newly created CouchDB database.</returns>
0 commit comments