PathGetSystemPropertiesOptions interface
Options to configure the getSystemProperties operation.
- Extends
Properties
| abort |
An implementation of the |
| conditions | Conditions to meet for the target path when fetching the properties. |
| user |
Optional. If "true", the user identity values returned in the x-ms-owner, x-ms-group, and x-ms-acl response headers will be transformed from Azure Active Directory Object IDs to User Principal Names. If "false", the values will be returned as Azure Active Directory Object IDs. The default value is false. Note that group and application Object IDs are not translated because they do not have unique friendly names. |
Inherited Properties
| tracing |
Property Details
abortSignal
An implementation of the AbortSignalLike interface to signal the request to cancel the operation.
For example, use the @azure/abort-controller to create an AbortSignal.
abortSignal?: AbortSignalLike
Property Value
conditions
Conditions to meet for the target path when fetching the properties.
conditions?: DataLakeRequestConditions
Property Value
userPrincipalName
Optional. If "true", the user identity values returned in the x-ms-owner, x-ms-group, and x-ms-acl response headers will be transformed from Azure Active Directory Object IDs to User Principal Names. If "false", the values will be returned as Azure Active Directory Object IDs. The default value is false. Note that group and application Object IDs are not translated because they do not have unique friendly names.
userPrincipalName?: boolean
Property Value
boolean