AzureBlobContentSource Class
- java.
lang. Object - com.
azure. ai. documentintelligence. models. AzureBlobContentSource
- com.
Implements
public final class AzureBlobContentSource
implements JsonSerializable<AzureBlobContentSource>
Azure Blob Storage content.
Constructor Summary
Constructor | Description |
---|---|
AzureBlobContentSource(String containerUrl) |
Creates an instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
String |
getContainerUrl()
Get the container |
String |
getPrefix()
Get the prefix property: Blob name prefix. |
Azure |
setPrefix(String prefix)
Set the prefix property: Blob name prefix. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
AzureBlobContentSource
public AzureBlobContentSource(String containerUrl)
Creates an instance of AzureBlobContentSource class.
Parameters:
Method Details
fromJson
public static AzureBlobContentSource fromJson(JsonReader jsonReader)
Reads an instance of AzureBlobContentSource from the JsonReader.
Parameters:
Returns:
Throws:
getContainerUrl
public String getContainerUrl()
Get the containerUrl property: Azure Blob Storage container URL.
Returns:
getPrefix
public String getPrefix()
Get the prefix property: Blob name prefix.
Returns:
setPrefix
public AzureBlobContentSource setPrefix(String prefix)
Set the prefix property: Blob name prefix.
Parameters:
Returns:
toJson
Applies to
Azure SDK for Java