Table of Contents

Class GetStatsArgs

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents arguments for the GetStats command helper method.

public class GetStatsArgs
Inheritance
GetStatsArgs
Inherited Members
Extension Methods

Properties

MaxTime

Gets or sets the max time.

public TimeSpan? MaxTime { get; set; }

Property Value

TimeSpan?

Scale

Gets or sets the scale.

public int? Scale { get; set; }

Property Value

int?