ItemEstimateOptions
ItemEstimateOptions class
Contains elements that filter the results of the GetItemEstimate operation.
public class ItemEstimateOptions
Constructors
Name |
Description |
ItemEstimateOptions() |
Initializes a new instance of the ItemEstimateOptions class. |
ItemEstimateOptions(AirsyncClass?, AirsyncFilterType?, int?) |
Initializes a new instance of the ItemEstimateOptions class. |
Properties
Name |
Description |
Class { get; set; } |
Identifies the class of the item. |
FilterType { get; set; } |
Specifies an optional time window for the objects |
MaxItems { get; set; } |
Specifies the maximum number of items to include in the response. |
See Also