Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Space names
    1. The following restrictions apply to user-defined space names
      • only lowercase letters, numbers, periods, and dashes
      • no adjacent pair of "-" and/or "."
      • no number immediately following the last "."
      • between 3 and 63 characters
      • must start with a letter
      • may not end with a dash
    2. Note: Users can provide space names through the REST-API that do not follow these conventions, but the space actually created will have a different name under the covers.
  2. Reserved space names
    1. Due to some specific operations exposed through the durastore REST-API, the following names are unavailable as user-defined space names
      • stores
      • spaces
      • security
      • task
  3. Content object names
    1. The only restrictions are that a content object name
      • cannot include a question mark '?' character
      • cannot include a reverse solidus (backslash) '\' character
      • cannot include a semicolon ';' character
      • it is limited to 1024 bytes (byte count is checked after URL and UTF-8 encoding)