<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "CloudKitJS",
  "identifier" : "/documentation/CloudKitJS/CloudKit.Record",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "CloudKit JS"
    ],
    "preciseIdentifier" : "struct/CloudKit.Record"
  },
  "title" : "CloudKit.Record"
}
-->

# CloudKit.Record

A record in the database.

```
dictionary CloudKit.Record {
	Object created;
	Object modified;
	String recordType;
	String recordName;
	String recordChangeTag;
	Boolean deleted;
	Boolean createShortGUID;
	String shortGUID;
	CKReference parent;
	CKReference share;
	Object<string, CloudKit.RecordField> fields;
};
```

## Overview

The `CloudKit.Record` dictionary is the same as the dictionary described in [Modifying Records (records/modify)](https://developer.apple.com/library/archive/documentation/DataManagement/Conceptual/CloudKitWebServicesReference/ModifyRecords.html#//apple_ref/doc/uid/TP40015240-CH2) in [CloudKit Web Services Reference](https://developer.apple.com/library/archive/documentation/DataManagement/Conceptual/CloudKitWebServicesReference/index.html#//apple_ref/doc/uid/TP40015240).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)