ConnectionPolicy.MediaRequestTimeout
Property
Definition
Gets or sets the media 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 for attachment content (a.k.a. media) operations.
public TimeSpan MediaRequestTimeout { get; set; }
Property Value
Default value is 300 seconds.