AWS SDK for .NET Documentation
DescribeSnapshotsRequest Class
AmazonAmazon.ElastiCache.ModelDescribeSnapshotsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeSnapshots operation.

The DescribeSnapshots operation returns information about cache cluster snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster.

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



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

CacheClusterId
A user-supplied cluster identifier. If this parameter is specified, only snapshots associated with that specific cache cluster will be described.

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.)
Marker
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

MaxRecords
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved. Default: 50Constraints: minimum 20; maximum 50.

SnapshotName
A user-supplied name of the snapshot. If this parameter is specified, only this snapshot will be described.

SnapshotSource
Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCacheClusterId(String) Obsolete.
Sets the CacheClusterId property

WithMarker(String) Obsolete.
Sets the Marker property

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithSnapshotName(String) Obsolete.
Sets the SnapshotName property

WithSnapshotSource(String) Obsolete.
Sets the SnapshotSource property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeSnapshotsRequest
See Also

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