Class AzureTableSinkArgs


  • public final class AzureTableSinkArgs
    extends com.pulumi.resources.ResourceArgs
    A copy activity Azure Table sink.
    • Method Detail

      • azureTableDefaultPartitionKeyValue

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> azureTableDefaultPartitionKeyValue()
        Returns:
        Azure Table default partition key value. Type: string (or Expression with resultType string).
      • azureTableInsertType

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> azureTableInsertType()
        Returns:
        Azure Table insert type. Type: string (or Expression with resultType string).
      • azureTablePartitionKeyName

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> azureTablePartitionKeyName()
        Returns:
        Azure Table partition key name. Type: string (or Expression with resultType string).
      • azureTableRowKeyName

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> azureTableRowKeyName()
        Returns:
        Azure Table row key name. Type: string (or Expression with resultType string).
      • disableMetricsCollection

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> disableMetricsCollection()
        Returns:
        If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
      • maxConcurrentConnections

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> maxConcurrentConnections()
        Returns:
        The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
      • sinkRetryCount

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> sinkRetryCount()
        Returns:
        Sink retry count. Type: integer (or Expression with resultType integer).
      • sinkRetryWait

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> sinkRetryWait()
        Returns:
        Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        Copy sink type. Expected value is 'AzureTableSink'.
      • writeBatchSize

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> writeBatchSize()
        Returns:
        Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.
      • writeBatchTimeout

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> writeBatchTimeout()
        Returns:
        Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).