Interface Cache.UpdateStages.WithScalingFactor

All Known Subinterfaces:
Cache.Update
Enclosing interface:
Cache.UpdateStages

public static interface Cache.UpdateStages.WithScalingFactor
The stage of the Cache update allowing to specify scalingFactor.
  • Method Summary

    Modifier and Type
    Method
    Description
    withScalingFactor(Double scalingFactor)
    Specifies the scalingFactor property: Multiplier that sets the current storage and throughput capacity of the cache.
  • Method Details

    • withScalingFactor

      Cache.Update withScalingFactor(Double scalingFactor)
      Specifies the scalingFactor property: Multiplier that sets the current storage and throughput capacity of the cache. Values depend on the cache SKU - <a href="https://learn.microsoft.com/en-us/rest/api/storagecache/skus/list?tabs=HTTP">List SKUs</a>. Values above 1.0 increase the cache size and throughput - for example, the scaling factor 1.33 gives a cache that's 33% larger than its base size..
      Parameters:
      scalingFactor - Multiplier that sets the current storage and throughput capacity of the cache. Values depend on the cache SKU - <a href="https://learn.microsoft.com/en-us/rest/api/storagecache/skus/list?tabs=HTTP">List SKUs</a>. Values above 1.0 increase the cache size and throughput - for example, the scaling factor 1.33 gives a cache that's 33% larger than its base size.
      Returns:
      the next definition stage.