Class AzureStoragePartitionManagerOptions

    • Constructor Detail

      • AzureStoragePartitionManagerOptions

        public AzureStoragePartitionManagerOptions()
    • Method Detail

      • setLeaseDurationInSeconds

        public void setLeaseDurationInSeconds​(int duration)
        Description copied from class: PartitionManagerOptions
        Sets the duration after which a partition lease will expire unless renewed. Must be greater than 0 and should not be less than the renew interval. When using the default, Azure Storage-based ILeaseManager, the duration cannot be greater than 60.
        Overrides:
        setLeaseDurationInSeconds in class PartitionManagerOptions
        Parameters:
        duration - new value for lease duration