Options
public struct Options
-
The default NetworkPolicy for the operation. The default value will be
auto
.Declaration
Swift
public let defaultNetworkPolicy: DefaultNetworkPolicy
-
Extra plugin specific options, only used in special circumstances when the existing options do not provide a way to utilize the underlying storage system’s functionality. See plugin documentation for expected key/values
Declaration
Swift
public let pluginOptions: Any?
-
Declaration
Swift
public init( defaultNetworkPolicy: DefaultNetworkPolicy = .auto, pluginOptions: Any? = nil )