Property Options
Options
Gets the options for GetAsync(String, MapValue, GetOptions, CancellationToken) operation.
Declaration
public GetOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| GetOptions |
The options or null if options were not provided.
|