Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKFetchShareMetadataOperationMBS class.

CKFetchShareMetadataOperationMBS.Constructor(URLs() as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes and returns an operation object configured to fetch the metadata for the specified shares.

shareURLs: An array of URLs. This parameter is used to initialize the value in the shareURLs property. If you specify nil, you must assign an appropriate value to the shareURLs property before executing the operation.

Returns an initialized operation object.

CKFetchShareMetadataOperationMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Destructor

CKFetchShareMetadataOperationMBS.rootRecordDesiredKeys as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Keys to be fetched if the root record is to be fetched.

This property declares which user-defined keys should be fetched and added to the resulting root record. This property is only consulted if shouldFetchRootRecord is set to true.

If this property is set to nil, the entire root record is downloaded.
If this property is set to an empty array, no user fields are downloaded.

This property defaults to nil.

CKFetchShareMetadataOperationMBS.setRootRecordDesiredKeys(rootRecordDesiredKeys() as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets the keys to be fetched if the root record is to be fetched.

This property declares which user-defined keys should be fetched and added to the resulting root record. This property is only consulted if shouldFetchRootRecord is set to true.

If this property is set to nil, the entire root record is downloaded.
If this property is set to an empty array, no user fields are downloaded.

This property defaults to nil.

CKFetchShareMetadataOperationMBS.setShareURLs(URLs() as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets the URLs of the shares that you want to process.

Use this property to view or change the URLs of the share objects that you want to fetch. If you intend to specify or change the value of this property, do so before executing the operation or submitting the operation object to a queue.

CKFetchShareMetadataOperationMBS.shareURLs as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The URLs of the shares that you want to process.

Use this property to view or change the URLs of the share objects that you want to fetch. If you intend to specify or change the value of this property, do so before executing the operation or submitting the operation object to a queue.

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


The biggest plugin in space...