Represents an individual cache node in a snapshot of a cache cluster.
 Declaration Syntax
 Declaration Syntax| C# | 
public class NodeSnapshot
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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
 Inheritance Hierarchy| Object | |
|  | NodeSnapshot |