Class BlobChangefeedEventType


  • public final class BlobChangefeedEventType
    extends com.azure.core.util.ExpandableStringEnum<BlobChangefeedEventType>
    This class represents the different BlobChangefeedEventTypes.
    • Field Detail

      • BLOB_CREATED

        public static final BlobChangefeedEventType BLOB_CREATED
        Static value BlobCreated for BlobChangefeedEventType.
      • BLOB_DELETED

        public static final BlobChangefeedEventType BLOB_DELETED
        Static value BlobDeleted for BlobChangefeedEventType.
    • Constructor Detail

      • BlobChangefeedEventType

        public BlobChangefeedEventType()
    • Method Detail

      • fromString

        public static BlobChangefeedEventType fromString​(String name)
        Creates or finds a BlobChangefeedEventType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding BlobChangefeedEventType.