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.

Provides all of the details about a particular cache engine version.

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.CacheEngineVersion

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

Syntax

C#
public class CacheEngineVersion

The CacheEngineVersion type exposes the following members

Constructors

NameDescription
Public Method CacheEngineVersion()

Properties

NameTypeDescription
Public Property CacheEngineDescription System.String

Gets and sets the property CacheEngineDescription.

The description of the cache engine.

Public Property CacheEngineVersionDescription System.String

Gets and sets the property CacheEngineVersionDescription.

The description of the cache engine version.

Public Property CacheParameterGroupFamily System.String

Gets and sets the property CacheParameterGroupFamily.

The name of the cache parameter group family associated with this cache engine.

Valid values are: memcached1.4 | memcached1.5 | memcached1.6 | redis2.6 | redis2.8 | redis3.2 | redis4.0 | redis5.0 | redis6.x | redis7

Public Property Engine System.String

Gets and sets the property Engine.

The name of the cache engine.

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

The version number of the cache engine.

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