MetricsPolicy.ReportSizeLimit Field

Metrics file size soft limit in bytes for listeners that write logs.

When reportSizeLimit is reached or exceeded, the current metrics file is closed and a new metrics file is created with a new timestamp.If reportSizeLimit is zero, the metrics file size is unbounded and the file will only be closed when DisableMetrics() or Close() is called.

Default: 0

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public long ReportSizeLimit

Field Value

Int64

See Also