Contents

containerID

The container identifier, as found during the probe operation.

Declaration

var containerID: FSContainerIdentifier? { get }

Discussion

This value is non-nil unless the result is FSMatchResult.notRecognized. For formats that lack a durable UUID on which to base a container identifier — which is only legal for a FSUnaryFileSystem — this value may be a random UUID.

See Also

Working with result properties