GetCollectionFiguresResponseIsVolatile Property |
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool IsVolatile { get; set; }
Public Property IsVolatile As Boolean
Get
Set
public:
property bool IsVolatile {
bool get ();
void set (bool value);
}
member IsVolatile : bool with get, set
Property Value
Type:
BooleanSee Also