public class StorageBlobDeletedEventData extends Object
| Constructor and Description |
|---|
StorageBlobDeletedEventData() |
| Modifier and Type | Method and Description |
|---|---|
String |
api()
Get the name of the API/operation that triggered this event.
|
String |
blobType()
Get the type of blob.
|
String |
clientRequestId()
Get a request id provided by the client of the storage API operation that triggered this event.
|
String |
contentType()
Get the content type of the blob.
|
String |
requestId()
Get the request id generated by the Storage service for the storage API operation that triggered this event.
|
String |
sequencer()
Get an opaque string value representing the logical sequence of events for any particular blob name.
|
Object |
storageDiagnostics()
Get for service use only.
|
String |
url()
Get the path to the blob.
|
StorageBlobDeletedEventData |
withApi(String api)
Set the name of the API/operation that triggered this event.
|
StorageBlobDeletedEventData |
withBlobType(String blobType)
Set the type of blob.
|
StorageBlobDeletedEventData |
withClientRequestId(String clientRequestId)
Set a request id provided by the client of the storage API operation that triggered this event.
|
StorageBlobDeletedEventData |
withContentType(String contentType)
Set the content type of the blob.
|
StorageBlobDeletedEventData |
withRequestId(String requestId)
Set the request id generated by the Storage service for the storage API operation that triggered this event.
|
StorageBlobDeletedEventData |
withSequencer(String sequencer)
Set an opaque string value representing the logical sequence of events for any particular blob name.
|
StorageBlobDeletedEventData |
withStorageDiagnostics(Object storageDiagnostics)
Set for service use only.
|
StorageBlobDeletedEventData |
withUrl(String url)
Set the path to the blob.
|
public String api()
public StorageBlobDeletedEventData withApi(String api)
api - the api value to setpublic String clientRequestId()
public StorageBlobDeletedEventData withClientRequestId(String clientRequestId)
clientRequestId - the clientRequestId value to setpublic String requestId()
public StorageBlobDeletedEventData withRequestId(String requestId)
requestId - the requestId value to setpublic String contentType()
public StorageBlobDeletedEventData withContentType(String contentType)
contentType - the contentType value to setpublic String blobType()
public StorageBlobDeletedEventData withBlobType(String blobType)
blobType - the blobType value to setpublic String url()
public StorageBlobDeletedEventData withUrl(String url)
url - the url value to setpublic String sequencer()
public StorageBlobDeletedEventData withSequencer(String sequencer)
sequencer - the sequencer value to setpublic Object storageDiagnostics()
public StorageBlobDeletedEventData withStorageDiagnostics(Object storageDiagnostics)
storageDiagnostics - the storageDiagnostics value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/