Show / Hide Table of Contents

Class ObjectStorageJobExecutionResultLocation

The details about Object Storage job execution result location type.

Inheritance
object
JobExecutionResultLocation
ObjectStorageJobExecutionResultLocation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ObjectStorageJobExecutionResultLocation : JobExecutionResultLocation

Properties

BucketName

Declaration
[JsonProperty(PropertyName = "bucketName")]
public string BucketName { get; set; }
Property Value
Type Description
string

The name of the bucket used for job execution result storage.

NamespaceName

Declaration
[JsonProperty(PropertyName = "namespaceName")]
public string NamespaceName { get; set; }
Property Value
Type Description
string

The Object Storage namespace used for job execution result storage.

In this article
Back to top