TagAggregatorOptions Enum

Definition

Tag Aggregator options.

This enumeration supports a bitwise combination of its member values.

public enum class TagAggregatorOptions
public enum class TagAggregatorOptions
enum TagAggregatorOptions
[System.Flags]
public enum TagAggregatorOptions
[<System.Flags>]
type TagAggregatorOptions = 
Public Enum TagAggregatorOptions
Inheritance
TagAggregatorOptions
Attributes

Fields

MapByContentType 1

Only map through projection buffers that have the "projection" content type.

None 0

Default behavior. The tag aggregator will map up and down through all projection buffers.

Applies to