GetLogsQueryOffset Property |
Optional. Specifies the number of
records to skip when retrieving
log entries.
Offset and
Size
can be used for pagination.
Namespace:
ArangoDBNetStandard.AdminApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public long? Offset { get; set; }
Public Property Offset As Long?
Get
Set
public:
property Nullable<long long> Offset {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member Offset : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also