INPUT_OBJECT
ArchivalLocationInfo
Description
ArchivalLocationInfo is message definition for archival
polling operations (ARCHIVAL_LOCATION
). It contains fields required
for archival job polling operations.
link GraphQL Schema definition
- input ArchivalLocationInfo {
- # ID of location.
- String :
- # Name of the location.
- String :
- # Type of the location.
- String :
- # Type of operation.
- ArchivalLocationOperationType :
- # Operation ID is used to group together multiple events emitted as part of
- # the same user action, and separate events emitted by different actions on
- # the same archival location. When a customer performs an action, such as
- # editing a location, a unique OperationID` is generated which is used to
- # group any events emitted by that operation in the UI and also distinguish
- # it from other customer actions.
- String :
- }