ItemEstimateOptions

ItemEstimateOptions constructor (1 of 2)

Initializes a new instance of the ItemEstimateOptions class.

public ItemEstimateOptions()

See Also


ItemEstimateOptions constructor (2 of 2)

Initializes a new instance of the ItemEstimateOptions class.

public ItemEstimateOptions(AirsyncClass? airClass, AirsyncFilterType? filterType, int? maxItems)
Parameter Type Description
airClass Nullable`1 Identifies the class of the item.
filterType Nullable`1 Specifies an optional time window for the objects
maxItems Nullable`1 Specifies the maximum number of items to include in the response.

See Also