Class RedisClusterCollection
A list of clusters that match filter criteria, if any. A cluster is a memory-based storage solution. For more information, see OCI Cache.
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class RedisClusterCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<RedisClusterSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<RedisClusterSummary> | The list of clusters. |
Remarks
Required