cloud.substratum.filesystem.driveEntry

official.fileorbit.cloud

Documentation

A filesystem entry in a Substratum Drive. The path is NOT stored here; it lives in the metadata file on the private Swarm blockstore (ADR 91). The record rkey equals entryId.

main object

A filesystem entry in a Substratum Drive. The path is NOT stored here; it lives in the metadata file on the private Swarm blockstore (ADR 91). The record rkey equals entryId.

Properties

assetCid string Optional

No description available.

driveId string Required

The UUID of the drive

entryId string Required

The catalog drive_entry UUID; also the PDS record rkey

isDirectory boolean Required

No description available.

metadataCid string Optional

CID of this entry's name leaf in the drive metadata file

ownerDid string did Required

A decentralized identifier (DID).

receiptCid string Optional

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "driveId",
    "entryId",
    "isDirectory",
    "ownerDid"
  ],
  "properties": {
    "driveId": {
      "type": "string",
      "description": "The UUID of the drive"
    },
    "entryId": {
      "type": "string",
      "description": "The catalog drive_entry UUID; also the PDS record rkey"
    },
    "assetCid": {
      "type": "string"
    },
    "ownerDid": {
      "type": "string",
      "format": "did"
    },
    "receiptCid": {
      "type": "string"
    },
    "isDirectory": {
      "type": "boolean"
    },
    "metadataCid": {
      "type": "string",
      "description": "CID of this entry's name leaf in the drive metadata file"
    }
  },
  "description": "A filesystem entry in a Substratum Drive. The path is NOT stored here; it lives in the metadata file on the private Swarm blockstore (ADR 91). The record rkey equals entryId."
}

Lexicon Garden

@