Class ImportOciCacheFromObjectStorageObject
An object to import from the specified bucket.
Inherited Members
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