Class ExecuteSqlOutputObjectStorageDetails
Object Storage resource output details.
Inherited Members
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. |