Class SqlTriggerGetPropertiesResponseResource


  • public final class SqlTriggerGetPropertiesResponseResource
    extends java.lang.Object
    • Method Detail

      • body

        public java.util.Optional<java.lang.String> body()
        Returns:
        Body of the Trigger
      • etag

        public java.lang.String etag()
        Returns:
        A system generated property representing the resource etag required for optimistic concurrency control.
      • id

        public java.lang.String id()
        Returns:
        Name of the Cosmos DB SQL trigger
      • rid

        public java.lang.String rid()
        Returns:
        A system generated property. A unique identifier.
      • triggerOperation

        public java.util.Optional<java.lang.String> triggerOperation()
        Returns:
        The operation the trigger is associated with
      • triggerType

        public java.util.Optional<java.lang.String> triggerType()
        Returns:
        Type of the Trigger
      • ts

        public java.lang.Double ts()
        Returns:
        A system generated property that denotes the last updated timestamp of the resource.