Class ObjectStorageWriteAttributes
Properties to configure writing to Object Storage.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class ObjectStorageWriteAttributes : 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. |