Skip to content

AccessAttribute

URI: AccessAttribute

Permissible Values

Value Meaning Description
Read-Only None Allow for access in read-mode only
Read-Write None Allow for access in both read-mode and write-mode (data deletion included)
Append-Only None Allow for access in read-mode and to append data (ie write addtionnal data af...

Slots

Name Description
accessAttributes Supported access attributes (ie how the data can be accessed, read only, read...

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#storage-service-offering

LinkML Source

name: AccessAttribute
from_schema: https://w3id.org/gaia-x/development#storage-service-offering
permissible_values:
  Read-Only:
    text: Read-Only
    description: Allow for access in read-mode only
  Read-Write:
    text: Read-Write
    description: Allow for access in both read-mode and write-mode (data deletion
      included)
  Append-Only:
    text: Append-Only
    description: Allow for access in read-mode and to append data (ie write addtionnal
      data after the previous last byte)