addTag abstract method

BatchUserDataEditor addTag(
  1. String collection,
  2. String tag
)

Add a tag to a collection.

If the collection doesn't exist, it will be created.

The tag collection name must be a string of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 30 characters.

The tag cannot be empty or longer than 64 characters.

Implementation

BatchUserDataEditor addTag(String collection, String tag);