Show / Hide Table of Contents

Class ExecuteSqlOutputObjectStorageDetails

Object Storage resource output details.

Inheritance
object
ExecuteSqlOutputDetails
ExecuteSqlOutputObjectStorageDetails
Inherited Members
ExecuteSqlOutputDetails.ResultDispositionTemplates
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class ExecuteSqlOutputObjectStorageDetails : ExecuteSqlOutputDetails

Properties

Object

Declaration
[Required(ErrorMessage = "Object is required.")]
[JsonProperty(PropertyName = "object")]
public ExecuteSqlObjectStorageLocation Object { get; set; }
Property Value
Type Description
ExecuteSqlObjectStorageLocation
Remarks

Required

TimeOfDeletion

Declaration
[JsonProperty(PropertyName = "timeOfDeletion")]
public DateTime? TimeOfDeletion { get; set; }
Property Value
Type Description
DateTime?

The time when the object becomes eligible for deletion, expressed as an RFC 3339 date-time string.

In this article
Back to top