Sha256: 6ad9194c2e2a68a9e86715239d6007d1a325107e4d69f40b2af3760af3a117be
Contents?: true
Size: 474 Bytes
Versions: 5
Compression:
Stored size: 474 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Cosmosdb::Mgmt::V2020_03_01 module Models # # Defines values for PrimaryAggregationType # module PrimaryAggregationType None = "None" Average = "Average" Total = "Total" Minimum = "Minimum" Maximum = "Maximum" Last = "Last" end end end
Version data entries
5 entries across 5 versions & 1 rubygems