Skip to content

[E] Visibility

Flags enum representation of well-known visibilities that are used in REST API.

Enumeration Members

Enumeration MemberValueDescription
All31-
Create2-
Delete8-
Item1048576Additional flag to indicate when something is nested in a collection and therefore no metadata is applicable.
None0-
Patch2097152Additional flag to indicate when the verb is PATCH and will have fields made optional if the request visibility includes update. Whether or not this flag is set automatically is determined by the options passed to the @patch decorator. By default, it is set in requests for any operation that uses the PATCH verb. See PatchOptions
Query16-
Read1-
Update4-