AWS SDK for .NET Documentation
NodeSnapshot Class
AmazonAmazon.ElastiCache.ModelNodeSnapshot Did this page help you?   Yes   No    Tell us about it...

Represents an individual cache node in a snapshot of a cache cluster.

Declaration Syntax
C#
public class NodeSnapshot
Members
All MembersConstructorsMethodsProperties



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

CacheNodeCreateTime
The date and time when the cache node was created in the source cache cluster.

CacheNodeId
The cache node identifier for the node in the source cache cluster.

CacheSize
The size of the cache on the source cache node.

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.)
SnapshotCreateTime
The date and time when the source node's metadata and cache data set was obtained for the snapshot.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCacheNodeCreateTime(DateTime) Obsolete.
Sets the CacheNodeCreateTime property

WithCacheNodeId(String) Obsolete.
Sets the CacheNodeId property

WithCacheSize(String) Obsolete.
Sets the CacheSize property

WithSnapshotCreateTime(DateTime) Obsolete.
Sets the SnapshotCreateTime property

Inheritance Hierarchy
Object
NodeSnapshot

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