<!--
{
  "documentType" : "article",
  "framework" : "CKToolJS",
  "identifier" : "/documentation/CKToolJS/field-values",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Field Values"
}
-->

# Field Values

## Topics

### Field Values

[`CKDBRecordFieldValue`](/documentation/CKToolJS/CKDBRecordFieldValue)

An object with the value of the field in a record.

### Assets

[`CKDBRecordFieldAssetValue`](/documentation/CKToolJS/CKDBRecordFieldAssetValue)

The value of the field of the type asset.

[`CKDBRecordFieldAssetListValue`](/documentation/CKToolJS/CKDBRecordFieldAssetListValue)

A field value that contains an array of assets.

### Bytes

[`CKDBRecordFieldBytesValue`](/documentation/CKToolJS/CKDBRecordFieldBytesValue)

A field value that contains an array of bytes.

[`CKDBRecordFieldBytesListValue`](/documentation/CKToolJS/CKDBRecordFieldBytesListValue)

A field value that contains an array of bytes.

[`CKDBRecordFieldEncryptedBytesValue`](/documentation/CKToolJS/CKDBRecordFieldEncryptedBytesValue)

The value of the encrypted field of type bytes.

[`CKDBRecordFieldEncryptedBytesListValue`](/documentation/CKToolJS/CKDBRecordFieldEncryptedBytesListValue)

The value of the encrypted field of type bytes list.

### Doubles

[`CKDBRecordFieldDoubleValue`](/documentation/CKToolJS/CKDBRecordFieldDoubleValue)

The value of the field of type double.

[`CKDBRecordFieldDoubleListValue`](/documentation/CKToolJS/CKDBRecordFieldDoubleListValue)

The value of the field of type double list.

[`CKDBRecordFieldEncryptedDoubleValue`](/documentation/CKToolJS/CKDBRecordFieldEncryptedDoubleValue)

The value of the encrypted field of type double.

[`CKDBRecordFieldEncryptedDoubleListValue`](/documentation/CKToolJS/CKDBRecordFieldEncryptedDoubleListValue)

The value of the encrypted field of type double list.

### Empty List

[`CKDBRecordFieldEmptyListValue`](/documentation/CKToolJS/CKDBRecordFieldEmptyListValue)

The value of the field of type empty list.

### Int64

[`CKDBRecordFieldInt64Value`](/documentation/CKToolJS/CKDBRecordFieldInt64Value)

The value of the field of type int64.

[`CKDBRecordFieldInt64ListValue`](/documentation/CKToolJS/CKDBRecordFieldInt64ListValue)

The value of the field of type int64 list.

[`CKDBRecordFieldEncryptedInt64Value`](/documentation/CKToolJS/CKDBRecordFieldEncryptedInt64Value)

The value of the encrypted field of type int64.

[`CKDBRecordFieldEncryptedInt64ListValue`](/documentation/CKToolJS/CKDBRecordFieldEncryptedInt64ListValue)

The value of the encrypted field of type int64 list.

### Locations

[`CKDBRecordFieldLocationValue`](/documentation/CKToolJS/CKDBRecordFieldLocationValue)

The value of the field of type location.

[`CKDBRecordFieldLocationListValue`](/documentation/CKToolJS/CKDBRecordFieldLocationListValue)

The value of the field of type location list.

[`CKDBRecordFieldEncryptedLocationValue`](/documentation/CKToolJS/CKDBRecordFieldEncryptedLocationValue)

The value of the encrypted field of type location.

[`CKDBRecordFieldEncryptedLocationListValue`](/documentation/CKToolJS/CKDBRecordFieldEncryptedLocationListValue)

The value of the encrypted field of type location list.

### References

[`CKDBRecordFieldReferenceValue`](/documentation/CKToolJS/CKDBRecordFieldReferenceValue)

The value of the field of type reference.

[`CKDBRecordFieldReferenceListValue`](/documentation/CKToolJS/CKDBRecordFieldReferenceListValue)

The value of the field of type reference list.

### Strings

[`CKDBRecordFieldStringValue`](/documentation/CKToolJS/CKDBRecordFieldStringValue)

The value of the field of type string.

[`CKDBRecordFieldStringListValue`](/documentation/CKToolJS/CKDBRecordFieldStringListValue)

The value of the field of type string list.

[`CKDBRecordFieldEncryptedStringValue`](/documentation/CKToolJS/CKDBRecordFieldEncryptedStringValue)

The value of the encrypted field of type string.

[`CKDBRecordFieldEncryptedStringListValue`](/documentation/CKToolJS/CKDBRecordFieldEncryptedStringListValue)

The value of the encrypted field of type string list.

### Timestamps

[`CKDBRecordFieldTimestampValue`](/documentation/CKToolJS/CKDBRecordFieldTimestampValue)

The value of the field of type timestamp.

[`CKDBRecordFieldTimestampListValue`](/documentation/CKToolJS/CKDBRecordFieldTimestampListValue)

The value of the field of type timestamp list.

[`CKDBRecordFieldEncryptedTimestampValue`](/documentation/CKToolJS/CKDBRecordFieldEncryptedTimestampValue)

The value of the encrypted field of type timestamp.

[`CKDBRecordFieldEncryptedTimestampListValue`](/documentation/CKToolJS/CKDBRecordFieldEncryptedTimestampListValue)

The value of the encrypted field of type timestamp.



---

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)