AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.NodeSnapshot

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.ElastiCache.dll
Version: 3.x.y.z

Syntax

C#
public class NodeSnapshot

The NodeSnapshot type exposes the following members

Constructors

NameDescription
Public Method NodeSnapshot()

Properties

NameTypeDescription
Public Property CacheClusterId System.String

Gets and sets the property CacheClusterId.

A unique identifier for the source cluster.

Public Property CacheNodeCreateTime System.DateTime

Gets and sets the property CacheNodeCreateTime.

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

Public Property CacheNodeId System.String

Gets and sets the property CacheNodeId.

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

Public Property CacheSize System.String

Gets and sets the property CacheSize.

The size of the cache on the source cache node.

Public Property NodeGroupConfiguration Amazon.ElastiCache.Model.NodeGroupConfiguration

Gets and sets the property NodeGroupConfiguration.

The configuration for the source node group (shard).

Public Property NodeGroupId System.String

Gets and sets the property NodeGroupId.

A unique identifier for the source node group (shard).

Public Property SnapshotCreateTime System.DateTime

Gets and sets the property SnapshotCreateTime.

The date and time when the source node's metadata and cache data set was obtained for the snapshot.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5