Show / Hide Table of Contents

Class ImportOciCacheFromObjectStorageObject

An object to import from the specified bucket.

Inheritance
object
ImportOciCacheFromObjectStorageObject
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 ImportOciCacheFromObjectStorageObject

Properties

ObjectName

Declaration
[Required(ErrorMessage = "ObjectName is required.")]
[JsonProperty(PropertyName = "objectName")]
public string ObjectName { get; set; }
Property Value
Type Description
string

The name of the object in the bucket (for example, 'customerA/exports/backup_ocid/dump.rdb').

Remarks

Required

In this article
Back to top