Class AzureTableOutputDataSourceArgs


  • public final class AzureTableOutputDataSourceArgs
    extends com.pulumi.resources.ResourceArgs
    Describes an Azure Table output data source.
    • Method Detail

      • accountKey

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accountKey()
        Returns:
        The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
      • accountName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accountName()
        Returns:
        The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
      • batchSize

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> batchSize()
        Returns:
        The number of rows to write to the Azure Table at a time.
      • columnsToRemove

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> columnsToRemove()
        Returns:
        If specified, each item in the array is the name of a column to remove (if present) from output event entities.
      • partitionKey

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> partitionKey()
        Returns:
        This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.
      • rowKey

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> rowKey()
        Returns:
        This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.
      • table

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> table()
        Returns:
        The name of the Azure Table. Required on PUT (CreateOrReplace) requests.
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        Indicates the type of data source output will be written to. Required on PUT (CreateOrReplace) requests. Expected value is 'Microsoft.Storage/Table'.