attachmentMetadata property

Map<String, String>? attachmentMetadata
final

attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.

Implementation

final Map<String, String>? attachmentMetadata;