PostCollectionBodyJournalSize Property |
Deprecated.
The maximal size of a journal or datafile in bytes.
The value must be at least 1048576 (1 MiB).
(The default is a configuration parameter)
This option is meaningful for the MMFiles storage engine only.
Namespace:
ArangoDBNetStandard.CollectionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public long? JournalSize { get; set; }
Public Property JournalSize As Long?
Get
Set
public:
property Nullable<long long> JournalSize {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member JournalSize : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also