Destination Class
- java.
lang. Object - com.
microsoft. azure. management. eventhub. Destination
- com.
public class Destination
Capture storage details for capture description.
Constructor Summary
Constructor | Description | |
---|---|---|
Destination() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
archiveNameFormat()
Get blob naming convention for archive, e. |
java.lang.String |
blobContainer()
Get blob container Name. |
java.lang.String |
name()
Get name for capture destination. |
java.lang.String |
storageAccountResourceId()
Get resource id of the storage account to be used to create the blobs. |
Destination |
withArchiveNameFormat(String archiveNameFormat)
Set blob naming convention for archive, e. |
Destination |
withBlobContainer(String blobContainer)
Set blob container Name. |
Destination |
withName(String name)
Set name for capture destination. |
Destination |
withStorageAccountResourceId(String storageAccountResourceId)
Set resource id of the storage account to be used to create the blobs. |
Methods inherited from java.lang.Object
Constructor Details
Destination
public Destination()
Method Details
archiveNameFormat
public String archiveNameFormat()
Get blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order.
Returns:
blobContainer
public String blobContainer()
Get blob container Name.
Returns:
name
public String name()
Get name for capture destination.
Returns:
storageAccountResourceId
public String storageAccountResourceId()
Get resource id of the storage account to be used to create the blobs.
Returns:
withArchiveNameFormat
public Destination withArchiveNameFormat(String archiveNameFormat)
Set blob naming convention for archive, e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order.
Parameters:
Returns:
withBlobContainer
public Destination withBlobContainer(String blobContainer)
Set blob container Name.
Parameters:
Returns:
withName
public Destination withName(String name)
Set name for capture destination.
Parameters:
Returns:
withStorageAccountResourceId
public Destination withStorageAccountResourceId(String storageAccountResourceId)
Set resource id of the storage account to be used to create the blobs.
Parameters:
Returns:
Applies to
Azure SDK for Java