GetLogsQueryStart Property |
Optional. Retrieves all log entries
that their log entry identifier (lid value)
is greater or equal to this value.
Namespace:
ArangoDBNetStandard.AdminApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public long? Start { get; set; }
Public Property Start As Long?
Get
Set
public:
property Nullable<long long> Start {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member Start : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also