NEST by Elastic and contributors

<PackageReference Include="NEST" Version="6.2.0" />

.NET API 4,598,784 bytes

 ModelSizeStats

public class ModelSizeStats
Provides information about the size and contents of the model.
public long BucketAllocationFailuresCount { get; }

The number of buckets for which new entities in incoming data were not processed due to insufficient model memory.

public string JobId { get; }

A unique identifier for the job.

public DateTimeOffset LogTime { get; }

The timestamp according to server time.

public MemoryStatus MemoryStatus { get; }

The status of the mathematical models.

public long ModelBytes { get; }

The number of bytes of memory used by the models. This is the maximum value since the last time the model was persisted. If the job is closed, this value indicates the latest size.

public string ResultType { get; }

For internal use. The type of result.

public DateTimeOffset? Timestamp { get; }

The timestamp according to the timestamp of the data.

public long TotalByFieldCount { get; }

The number of by field values that were analyzed by the models.

public long TotalOverFieldCount { get; }

The number of over field values that were analyzed by the models.

public long TotalPartitionFieldCount { get; }

The number of partition field values that were analyzed by the models.

public ModelSizeStats()