Show / Hide Table of Contents

Class OciCacheBackupCollection

Results of an OCI Cache backup search. Contains the OCI Cache Backup items and other information, such as metadata.

Inheritance
object
OciCacheBackupCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class OciCacheBackupCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<OciCacheBackupSummary> Items { get; set; }
Property Value
Type Description
List<OciCacheBackupSummary>

List of OCI Cache backups.

Remarks

Required

In this article
Back to top