Table of Contents

Enum SzFlagUsageGroup

Namespace
Senzing.Sdk
Assembly
Senzing.Sdk.dll

Enumerates the various classifications of usage groups for the SzFlag instances.

[Flags]
public enum SzFlagUsageGroup : long
Extension Methods

Fields

SzEntityFlags = 4

Flags in this usage group can be used for operations that retrieve entity data in order to control the level of detail of the returned entity.

SzExportFlags = 64

Flags in this usage group can be used for operations that export entities to control how the entities are qualified for inclusion in the export and the level of detail for the entities returned in the search results.

SzFindNetworkFlags = 16

Flags in this usage group can be used to control the methodology for finding an entity network, what details to include for the entity network and the level of detail for the entities in the network that are returned.

SzFindPathFlags = 8

Flags in this usage group can be used to control the methodology for finding an entity path, what details to include for the entity path and the level of detail for the entities on the path that are returned.

SzHowFlags = 256

Flags in this usage group can be used to control the methodology for performing "how analysis", what details to include for the analysis and the level of detail for the entities in the network that are returned. Flags in this usage group can be used to control the methodology for performing "why analysis", what details to include for the analysis and the level of detail for the entities in the network that are returned.

SzModifyFlags = 1

Flags in this usage group can be used for operations that modify the entity repository by adding records, revaluating records or entities, deleting records or any similar operations.

SzRecordFlags = 2

Flags in this usage group can be used for operations that retrieve record data in order to control the level of detail of the returned record.

SzSearchFlags = 32

Flags in this usage group can be used for operations that search for entities to control how the entities are qualified for inclusion in the search results and the level of detail for the entities returned in the search results.

SzVirtualEntityFlags = 512

Flags in this usage group can be used for operations that retrieve virtual entities in order to control the level of detail of the returned virtual entity.

SzWhyFlags = 128

Flags in this usage group can be used to control the methodology for performing "why analysis", what details to include for the analysis and the level of detail for the entities in the network that are returned.