PostCursorBodyOptions Property |
Extra options for the AQL query.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public PostCursorOptions Options { get; set; }
Public Property Options As PostCursorOptions
Get
Set
public:
property PostCursorOptions^ Options {
PostCursorOptions^ get ();
void set (PostCursorOptions^ value);
}
member Options : PostCursorOptions with get, set
Property Value
Type:
PostCursorOptionsSee Also