Click or drag to resize

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; }

Property Value

Type: NullableInt64
See Also