Provides options for specifying a range inventory retrieval job.

C# |
public class InventoryRetrievalJobInput

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | InventoryRetrievalJobInput()()()() | Initializes a new instance of the InventoryRetrievalJobInput class |
![]() | EndDate |
The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of
ISO 8601 date format, for example, 2013-03-20T17:03:43Z.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Limit |
Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.
|
![]() | Marker |
An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new
InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.
|
![]() | StartDate |
The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string
representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithEndDate(String) | Obsolete.
Sets the EndDate property
|
![]() | WithLimit(String) | Obsolete.
Sets the Limit property
|
![]() | WithMarker(String) | Obsolete.
Sets the Marker property
|
![]() | WithStartDate(String) | Obsolete.
Sets the StartDate property
|

Object | |
![]() | InventoryRetrievalJobInput |