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

Describes the options for a range inventory retrieval job.

Declaration Syntax
C#
public class InventoryRetrievalJobDescription
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
InventoryRetrievalJobDescription()()()()
Initializes a new instance of the InventoryRetrievalJobDescription 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.)
Format
The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are "CSV" and "JSON".

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. This limit is set when initiating the job with the a InitiateJob request.

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. For more information, see Range Inventory Retrieval.

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

WithFormat(String) Obsolete.
Sets the Format 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
InventoryRetrievalJobDescription

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