Class AggregateBucketOptions<TValue>
Represents options for the Bucket method.
public class AggregateBucketOptions<TValue>
Type Parameters
TValue
The type of the value.
- Inheritance
-
AggregateBucketOptions<TValue>
- Inherited Members
Properties
DefaultBucket
Gets or sets the default bucket.
public Optional<TValue> DefaultBucket { get; set; }
Property Value
- Optional<TValue>