IWithWriteReplication Interface

Definition

The stage of the cosmos db definition allowing the definition of a write location.

public interface IWithWriteReplication
type IWithWriteReplication = interface
Public Interface IWithWriteReplication
Derived

Methods

WithDefaultWriteReplication()

Sets the write location same as the CosmosDB account location.

WithWriteReplication(Region, Nullable<Boolean>)

Sets a write location for the CosmosDB account.

Applies to