All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.azure.documentdb.internal.query.aggregation.AggregateOperator Maven / Gradle / Ivy

package com.microsoft.azure.documentdb.internal.query.aggregation;

public enum AggregateOperator {
    Average,
    Count,
    Max,
    Min,
    Sum
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy