Annotation Type CosmosEntity


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface CosmosEntity
    Annotates an entity to specify details of the entity.
    Author:
    Daniel Sagenschneider
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String containerId
      Specifies the container identifier for the entity.
    • Element Detail

      • containerId

        java.lang.String containerId

        Specifies the container identifier for the entity.

        Leaving blank will use Class simple name.

        Returns:
        Container identifier for the entity.
        Default:
        ""