Class BlobChangefeedEventType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BlobChangefeedEventType>
com.azure.storage.blob.changefeed.models.BlobChangefeedEventType

public final class BlobChangefeedEventType extends ExpandableStringEnum<BlobChangefeedEventType>
This class represents the different BlobChangefeedEventTypes.
  • Field Details

    • 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 Details

    • BlobChangefeedEventType

      public BlobChangefeedEventType()
  • Method Details

    • 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.
    • values

      public static Collection<BlobChangefeedEventType> values()
      Returns:
      known BlobChangefeedEventType values.