RiakDtFetchOptionsIncludeContext Property |
Determines whether or not the context will be returned.
For read-only requests or context-free operations, you can set this to false to reduce the size of the response payload.
Namespace:
RiakClient.Models
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public bool IncludeContext { get; }
member IncludeContext : bool with get
Property Value
Type:
BooleanSee Also