PostGraphBodyOptions Property |
(Optional) Defines options for creating collections within this graph.
Namespace:
ArangoDBNetStandard.GraphApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public PostGraphOptions Options { get; set; }
Public Property Options As PostGraphOptions
Get
Set
public:
property PostGraphOptions^ Options {
PostGraphOptions^ get ();
void set (PostGraphOptions^ value);
}
member Options : PostGraphOptions with get, set
Property Value
Type:
PostGraphOptionsSee Also