Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 760 Bytes

RewriteOperation.md

File metadata and controls

15 lines (7 loc) · 760 Bytes

RewriteOperation

Operation enum includes potential rewrite operations. OPERATION_UNION: Represents a union operation. OPERATION_INTERSECTION: Represents an intersection operation. OPERATION_EXCLUSION: Represents an exclusion operation. - OPERATION_UNION: Represents a union operation. - OPERATION_INTERSECTION: Represents an intersection operation. - OPERATION_EXCLUSION: Represents an exclusion operation.

Enum

  • OPERATION_UNION (value: 'OPERATION_UNION')

  • OPERATION_INTERSECTION (value: 'OPERATION_INTERSECTION')

  • OPERATION_EXCLUSION (value: 'OPERATION_EXCLUSION')

[Back to Model list] [Back to API list] [Back to README]