What does NTSTATUS 0x8000CF04 (STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE) mean?

 
Previous Next
STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS

STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE

The placeholder property blob is too large

This status means the provider attempted to store more custom property metadata than the Cloud Files platform accepts for the placeholder property blob.

It is a provider contract problem. The fix is to reduce or split metadata, not to retry the same blob indefinitely.

What to inspect

  • Measure serialized property size before calling the Cloud Files API.
  • Store large provider metadata outside the placeholder property blob.
  • Keep only lookup keys or compact state in the property blob.

References


Looking for a different code? Search another status or error code.