FileMetadataTemplateNamespaceType

API: Internal/Beta

Determines how the metadata template is namespaces

enum class FileMetadataTemplateNamespaceType {
    COLLABORATORS,
    PER_USER,
}
Properties
COLLABORATORS The template is namespaced to all collaborators

This means at most one metadata document can exist per file.

PER_USER The template is namespaced to a single user

This means that a metadata document might exist for every user who has/had access to the file.