AWS SDK for .NET Documentation
InventoryRetrievalJobInput Class
AmazonAmazon.Glacier.ModelInventoryRetrievalJobInput Did this page help you?   Yes   No    Tell us about it...

Provides options for specifying a range inventory retrieval job.

Declaration Syntax
C#
public class InventoryRetrievalJobInput
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
InventoryRetrievalJobInput

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)