Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKOperationMBS class.

CKOperationMBS.allowsCellularAccess as Boolean   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
This item is deprecated and should no longer be used. You can use CKOperationConfigurationMBS instead.
A Boolean value indicating whether the operation object may send data over the cell network.

When you send or receive many records, or when you send records with large assets, you might set this property to false to avoid consuming too much of the user’s cellular data bandwidth. For operations involving only a few records, it is fine to leave this property set to true, which is the default.

When this property is set to false, the operation executes normally but fails if Wi-Fi is not available.
(Read and Write property)

CKOperationMBS.configuration as CKOperationConfigurationMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 21.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The operation’s configuration.

Requires macOS 10.13, iOS 11.0 or newer.
(Read and Write property)

CKOperationMBS.container as CKContainerMBS   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
This item is deprecated and should no longer be used. You can use CKOperationConfigurationMBS instead.
The container to use for the operation.

The container sets the context for where the operation should perform its work. The addOperation method of both the CKContainerMBS and CKDatabaseMBS classes implicitly sets the value of this property to their container.

If you execute the operation yourself, either directly or using a custom operation queue, it is recommended that you set the value of this property explicitly. If the value is nil when you execute an operation, the operation object implicitly executes against your app’s default container.
(Read and Write property)

CKOperationMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 17.2 ✅ Yes ❌ No ❌ No ✅ Yes All
The handle to the internal used NSOperation reference.

(Read and Write property)

CKOperationMBS.longLived as Boolean   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
This item is deprecated and should no longer be used. You can use CKOperationConfigurationMBS instead.
A Boolean value indicating whether the operation is long-lived.

To create a long-lived operation, set to true. The default value is false. If the operation is running or is a long-lived operation fetched from a CKContainer object, changing this property value has no effect.

For more information on long-lived operations, read Long-Lived Operations.
(Read and Write property)

CKOperationMBS.operationID as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
A unique identifier for a long-lived operation.

Use this property to fetch a long-lived operation using the fetchLongLivedOperationWithID method in the CKContainer class. For more information on long-lived operations, read Long-Lived Operations.
(Read only property)

CKOperationMBS.timeoutIntervalForRequest as Double   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
This item is deprecated and should no longer be used. You can use CKOperationConfigurationMBS instead.
The timeout interval to use when waiting for additional data.

This property determines the request timeout interval for the operation. The request timeout interval controls how long (in seconds) the operation should wait for additional data to arrive before giving up. The timer associated with this value is reset whenever new data arrives. When the request timer reaches the specified interval without receiving any new data, it triggers a timeout.

The default value is 60 seconds.
(Read and Write property)

CKOperationMBS.timeoutIntervalForResource as Double   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
This item is deprecated and should no longer be used. You can use CKOperationConfigurationMBS instead.
The maximum amount of time that a resource request should be allowed to take.

This property determines the resource timeout interval for this operation. The resource timeout interval controls how long (in seconds) to wait for the entire operation to complete before giving up. The resource timer starts when the operation is initiated and counts until either the operation completes or this timeout interval is reached, whichever comes first.

The default value is 7 days.
(Read and Write property)

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...