ConnectionPolicy.RequestTimeout
Property
Definition
Gets or sets the request timeout in seconds when connecting to the Azure DocumentDB database service. The number specifies the time to wait for response to come back from network peer.
public TimeSpan RequestTimeout { get; set; }
Property Value
Default value is 60 seconds.