Show / Hide Table of Contents

Class ObjectStorageWriteAttribute

Properties to configure writing to Object Storage.

Inheritance
object
AbstractWriteAttribute
ObjectStorageWriteAttribute
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class ObjectStorageWriteAttribute : AbstractWriteAttribute

Properties

WriteToSingleFile

Declaration
[JsonProperty(PropertyName = "writeToSingleFile")]
public bool? WriteToSingleFile { get; set; }
Property Value
Type Description
bool?

Specifies whether to write output to single-file or not.

In this article
Back to top