com.pulumi.azurenative.datafactory.outputs.DelimitedTextSinkResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.datafactory.outputs;
import com.pulumi.azurenative.datafactory.outputs.AzureBlobFSWriteSettingsResponse;
import com.pulumi.azurenative.datafactory.outputs.AzureBlobStorageWriteSettingsResponse;
import com.pulumi.azurenative.datafactory.outputs.AzureDataLakeStoreWriteSettingsResponse;
import com.pulumi.azurenative.datafactory.outputs.AzureFileStorageWriteSettingsResponse;
import com.pulumi.azurenative.datafactory.outputs.DelimitedTextWriteSettingsResponse;
import com.pulumi.azurenative.datafactory.outputs.FileServerWriteSettingsResponse;
import com.pulumi.azurenative.datafactory.outputs.LakeHouseWriteSettingsResponse;
import com.pulumi.azurenative.datafactory.outputs.SftpWriteSettingsResponse;
import com.pulumi.core.annotations.CustomType;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Object;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
@CustomType
public final class DelimitedTextSinkResponse {
/**
* @return If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
*
*/
private @Nullable Object disableMetricsCollection;
/**
* @return DelimitedText format settings.
*
*/
private @Nullable DelimitedTextWriteSettingsResponse formatSettings;
/**
* @return The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
*
*/
private @Nullable Object maxConcurrentConnections;
/**
* @return Sink retry count. Type: integer (or Expression with resultType integer).
*
*/
private @Nullable Object sinkRetryCount;
/**
* @return Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*
*/
private @Nullable Object sinkRetryWait;
/**
* @return DelimitedText store settings.
*
*/
private @Nullable Object storeSettings;
/**
* @return Copy sink type.
* Expected value is 'DelimitedTextSink'.
*
*/
private String type;
/**
* @return Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
*
*/
private @Nullable Object writeBatchSize;
/**
* @return Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
*
*/
private @Nullable Object writeBatchTimeout;
private DelimitedTextSinkResponse() {}
/**
* @return If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy