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