am.noz.atgallery.alpha.libraryIndex

noz.am

Documentation

A private snapshot index and watermark pointer for fast Library synchronization.

main record

A private snapshot index and watermark pointer for fast Library synchronization.

Record Key literal:current Fixed literal value

Properties

blob blob Required

No description available.

maxSize: 26.2 MB
formatVersion integer Required

No description available.

itemCount integer Required

No description available.

minimum: 0
updatedAt string datetime Required

An RFC 3339 formatted timestamp.

watermark string Required

No description available.

maxLength: 200 bytes
View raw schema
{
  "key": "literal:current",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "formatVersion",
      "itemCount",
      "updatedAt",
      "watermark",
      "blob"
    ],
    "properties": {
      "blob": {
        "type": "blob",
        "accept": [
          "application/json"
        ],
        "maxSize": 26214400
      },
      "itemCount": {
        "type": "integer",
        "minimum": 0
      },
      "updatedAt": {
        "type": "string",
        "format": "datetime"
      },
      "watermark": {
        "type": "string",
        "maxLength": 200
      },
      "formatVersion": {
        "type": "integer",
        "const": 1
      }
    }
  },
  "description": "A private snapshot index and watermark pointer for fast Library synchronization."
}

Lexicon Garden

@