GetLogsQuerySize Property |
Optional. Specifies the number of
log entries to retrieve.
Namespace:
ArangoDBNetStandard.AdminApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public long? Size { get; set; }
Public Property Size As Long?
Get
Set
public:
property Nullable<long long> Size {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member Size : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also