TagAggregatorOptions2 Enum

Definition

Tag Aggregator options.

This enumeration supports a bitwise combination of its member values.

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

Fields

DeferTaggerCreation 2

Delay creating the taggers for the tag aggregator.

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.

NoProjection 4

Do not create taggers on child buffers.

Applies to