Class DeleteAzureBlobStorage_v12

java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.processor.AbstractSessionFactoryProcessor
org.apache.nifi.processor.AbstractProcessor
org.apache.nifi.processors.azure.AbstractAzureBlobProcessor_v12
org.apache.nifi.processors.azure.storage.DeleteAzureBlobStorage_v12
All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent, org.apache.nifi.processor.Processor

@Tags({"azure","microsoft","cloud","storage","blob"}) @SeeAlso({ListAzureBlobStorage_v12.class,FetchAzureBlobStorage_v12.class,PutAzureBlobStorage_v12.class,CopyAzureBlobStorage_v12.class}) @CapabilityDescription("Deletes the specified blob from Azure Blob Storage. The processor uses Azure Blob Storage client library v12.") @InputRequirement(INPUT_REQUIRED) public class DeleteAzureBlobStorage_v12 extends AbstractAzureBlobProcessor_v12
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.nifi.components.PropertyDescriptor
     
    static final org.apache.nifi.components.PropertyDescriptor
     
    static final org.apache.nifi.components.AllowableValue
     
    static final org.apache.nifi.components.AllowableValue
     
    static final org.apache.nifi.components.AllowableValue
     
    static final org.apache.nifi.components.PropertyDescriptor
     
    private static final List<org.apache.nifi.components.PropertyDescriptor>
     

    Fields inherited from class org.apache.nifi.processors.azure.AbstractAzureBlobProcessor_v12

    REL_FAILURE, REL_SUCCESS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private com.azure.storage.blob.models.DeleteSnapshotsOptionType
    getDeleteSnapshotsOptionType(String deleteSnapshotOption)
     
    private String
    getProvenanceMessage(com.azure.storage.blob.models.DeleteSnapshotsOptionType deleteSnapshotsOptionType)
     
    protected List<org.apache.nifi.components.PropertyDescriptor>
     
    void
    onTrigger(org.apache.nifi.processor.ProcessContext context, org.apache.nifi.processor.ProcessSession session)
     

    Methods inherited from class org.apache.nifi.processor.AbstractProcessor

    onTrigger

    Methods inherited from class org.apache.nifi.processor.AbstractSessionFactoryProcessor

    getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, init, initialize, isConfigurationRestored, isScheduled, toString, updateConfiguredRestoredTrue, updateScheduledFalse, updateScheduledTrue

    Methods inherited from class org.apache.nifi.components.AbstractConfigurableComponent

    customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.nifi.components.ConfigurableComponent

    getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate

    Methods inherited from interface org.apache.nifi.processor.Processor

    isStateful, migrateProperties, migrateRelationships
  • Field Details

    • DELETE_SNAPSHOTS_NONE

      public static final org.apache.nifi.components.AllowableValue DELETE_SNAPSHOTS_NONE
    • DELETE_SNAPSHOTS_ALSO

      public static final org.apache.nifi.components.AllowableValue DELETE_SNAPSHOTS_ALSO
    • DELETE_SNAPSHOTS_ONLY

      public static final org.apache.nifi.components.AllowableValue DELETE_SNAPSHOTS_ONLY
    • CONTAINER

      public static final org.apache.nifi.components.PropertyDescriptor CONTAINER
    • BLOB_NAME

      public static final org.apache.nifi.components.PropertyDescriptor BLOB_NAME
    • DELETE_SNAPSHOTS_OPTION

      public static final org.apache.nifi.components.PropertyDescriptor DELETE_SNAPSHOTS_OPTION
    • PROPERTIES

      private static final List<org.apache.nifi.components.PropertyDescriptor> PROPERTIES
  • Constructor Details

    • DeleteAzureBlobStorage_v12

      public DeleteAzureBlobStorage_v12()
  • Method Details

    • getSupportedPropertyDescriptors

      protected List<org.apache.nifi.components.PropertyDescriptor> getSupportedPropertyDescriptors()
      Overrides:
      getSupportedPropertyDescriptors in class org.apache.nifi.components.AbstractConfigurableComponent
    • onTrigger

      public void onTrigger(org.apache.nifi.processor.ProcessContext context, org.apache.nifi.processor.ProcessSession session) throws org.apache.nifi.processor.exception.ProcessException
      Specified by:
      onTrigger in class org.apache.nifi.processor.AbstractProcessor
      Throws:
      org.apache.nifi.processor.exception.ProcessException
    • getDeleteSnapshotsOptionType

      private com.azure.storage.blob.models.DeleteSnapshotsOptionType getDeleteSnapshotsOptionType(String deleteSnapshotOption)
    • getProvenanceMessage

      private String getProvenanceMessage(com.azure.storage.blob.models.DeleteSnapshotsOptionType deleteSnapshotsOptionType)