AWS SDK for .NET Documentation
DescribeTapeArchivesRequest Class
AmazonAmazon.StorageGateway.ModelDescribeTapeArchivesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeTapeArchives operation.

Returns a description of specified virtual tapes in the virtual tape shelf (VTS).

If a specific TapeARN is not specified, AWS Storage Gateway returns a description of all virtual tapes found in the VTS associated with your account.

Declaration Syntax
C#
public class DescribeTapeArchivesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeTapeArchivesRequest()()()()
Initializes a new instance of the DescribeTapeArchivesRequest class

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 that the number of virtual tapes descried be limited to the specified number.

Constraints:

Range
1 -


Marker
An opaque string that indicates the position at which to begin describing virtual tapes.

Constraints:

Length
1 - 1000


TapeARNs
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithLimit(Int32) Obsolete.
Sets the Limit property

WithMarker(String) Obsolete.
Sets the Marker property

WithTapeARNs(array<String>[]()[][]) Obsolete.
Adds elements to the TapeARNs collection

WithTapeARNs(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the TapeARNs collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeTapeArchivesRequest
See Also

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