Class StorageDirectoryDeletedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.StorageDirectoryDeletedEventData

public final class StorageDirectoryDeletedEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.Storage.DirectoryDeleted event.
  • Constructor Details

    • StorageDirectoryDeletedEventData

      public StorageDirectoryDeletedEventData()
  • Method Details

    • getApi

      public String getApi()
      Get the api property: The name of the API/operation that triggered this event.
      Returns:
      the api value.
    • setApi

      Set the api property: The name of the API/operation that triggered this event.
      Parameters:
      api - the api value to set.
      Returns:
      the StorageDirectoryDeletedEventData object itself.
    • getClientRequestId

      public String getClientRequestId()
      Get the clientRequestId property: A request id provided by the client of the storage API operation that triggered this event.
      Returns:
      the clientRequestId value.
    • setClientRequestId

      public StorageDirectoryDeletedEventData setClientRequestId(String clientRequestId)
      Set the clientRequestId property: A request id provided by the client of the storage API operation that triggered this event.
      Parameters:
      clientRequestId - the clientRequestId value to set.
      Returns:
      the StorageDirectoryDeletedEventData object itself.
    • getRequestId

      public String getRequestId()
      Get the requestId property: The request id generated by the storage service for the storage API operation that triggered this event.
      Returns:
      the requestId value.
    • setRequestId

      public StorageDirectoryDeletedEventData setRequestId(String requestId)
      Set the requestId property: The request id generated by the storage service for the storage API operation that triggered this event.
      Parameters:
      requestId - the requestId value to set.
      Returns:
      the StorageDirectoryDeletedEventData object itself.
    • getUrl

      public String getUrl()
      Get the url property: The path to the deleted directory.
      Returns:
      the url value.
    • setUrl

      Set the url property: The path to the deleted directory.
      Parameters:
      url - the url value to set.
      Returns:
      the StorageDirectoryDeletedEventData object itself.
    • isRecursive

      public Boolean isRecursive()
      Get the recursive property: Is this event for a recursive delete operation.
      Returns:
      the recursive value.
    • setRecursive

      public StorageDirectoryDeletedEventData setRecursive(Boolean recursive)
      Set the recursive property: Is this event for a recursive delete operation.
      Parameters:
      recursive - the recursive value to set.
      Returns:
      the StorageDirectoryDeletedEventData object itself.
    • getSequencer

      public String getSequencer()
      Get the sequencer property: An opaque string value representing the logical sequence of events for any particular directory name. Users can use standard string comparison to understand the relative sequence of two events on the same directory name.
      Returns:
      the sequencer value.
    • setSequencer

      public StorageDirectoryDeletedEventData setSequencer(String sequencer)
      Set the sequencer property: An opaque string value representing the logical sequence of events for any particular directory name. Users can use standard string comparison to understand the relative sequence of two events on the same directory name.
      Parameters:
      sequencer - the sequencer value to set.
      Returns:
      the StorageDirectoryDeletedEventData object itself.
    • getIdentity

      public String getIdentity()
      Get the identity property: The identity of the requester that triggered this event.
      Returns:
      the identity value.
    • setIdentity

      public StorageDirectoryDeletedEventData setIdentity(String identity)
      Set the identity property: The identity of the requester that triggered this event.
      Parameters:
      identity - the identity value to set.
      Returns:
      the StorageDirectoryDeletedEventData object itself.
    • getStorageDiagnostics

      public Object getStorageDiagnostics()
      Get the storageDiagnostics property: For service use only. Diagnostic data occasionally included by the Azure Storage service. This property should be ignored by event consumers.
      Returns:
      the storageDiagnostics value.
    • setStorageDiagnostics

      public StorageDirectoryDeletedEventData setStorageDiagnostics(Object storageDiagnostics)
      Set the storageDiagnostics property: For service use only. Diagnostic data occasionally included by the Azure Storage service. This property should be ignored by event consumers.
      Parameters:
      storageDiagnostics - the storageDiagnostics value to set.
      Returns:
      the StorageDirectoryDeletedEventData object itself.