AggregateCapability.AggregationType ​
The type of aggregation used to determine if the connector can satisfy the aggregate capability.
Kind: Enum
Namespace: ConnectorLib
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
AggregationType
AND
All capabilities must be satisfied.
AggregationType
OR
At least one capability must be satisfied.
Enums
AggregateCapability.AggregationType
[AND = 0, OR = 1]The type of aggregation used to determine if the connector can satisfy the aggregate capability.
