RasterDataSourceConfigurationUpdate
public struct RasterDataSourceConfigurationUpdate
Configuration update for a RasterDataSource.
-
Optional update of the provider headers. The new list replaces the current one. When not set, no change is made to the current list.
Declaration
Swift
public var providerHeaders: [String : String]? -
Optional update of the flag indicating whether expired data should be ignored until refreshed. When not set, no change is made to the current flag state.
Declaration
Swift
public var ignoreExpiredData: Bool? -
Optional update of the cache disk size, in bytes. When not set, no change is made to the current value.
Declaration
Swift
public var cacheDiskSize: Int64? -
Creates a new instance.
Declaration
Swift
public init(providerHeaders: [String : String]? = nil, ignoreExpiredData: Bool? = nil, cacheDiskSize: Int64? = nil)