Structures
The following structures are available globally.
-
A defining query is an OData read request that targets the OData backend associated with the
See moreOfflineODataProviderand retrieves a subset of the OData backend data. Multiple defining queries can be defined for each OData backend. Defining queries are a subset of data from the OData backend that is sent to the client either during the initial open of theOfflineODataProvideror during a download.Declaration
Swift
public struct OfflineODataDefiningQuery -
Contains the number of bytes sent and received during a download or upload.
See moreDeclaration
Swift
@available(swift, deprecated: 5.1, message: "New functions for obtaining progress information for open, download, upload, and sendStore are available using OfflineODataProviderDelegate.") public struct OfflineODataProgress -
Contains information about the total size of the file being downloaded and the number of bytes downloaded so far.
See moreDeclaration
Swift
@available(swift, deprecated: 5.1, message: "New functions for obtaining progress information for open, download, upload, and sendStore are available using OfflineODataProviderDelegate.") public struct OfflineODataFileDownloadProgress -
Contains information about files being sent during a send store operation.
See moreDeclaration
Swift
@available(swift, deprecated: 5.1, message: "New functions for obtaining progress information for open, download, upload, and sendStore are available using OfflineODataProviderDelegate.") public struct OfflineODataSendStoreProgress -
Offline OData store state options.
See moreDeclaration
Swift
@available(swift, deprecated: 5.1, message: "New functions for obtaining progress information for open, download, upload, and sendStore are available using OfflineODataProviderDelegate.") public struct OfflineODataStoreState : OptionSet -
Contains information about the progress of a offline odata operation.
See moreDeclaration
Swift
public struct OfflineODataProviderOperationProgress : OfflineODataProviderProgressReporting -
Contains information about the progress of a download operation.
See moreDeclaration
Swift
public struct OfflineODataProviderDownloadProgress : OfflineODataProviderProgressReporting -
Stores information about an OData request that failed against the backend.
See moreDeclaration
Swift
public struct OfflineODataFailedRequest -
Options for the OData backend used with an
See moreOfflineODataProvider.Declaration
Swift
public struct OfflineODataServiceOptions