| Package | Description |
|---|---|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeStaticWebsite |
DataLakeServiceProperties.getStaticWebsite()
Get the staticWebsite property: The properties that enable an account to host a static website.
|
DataLakeStaticWebsite |
DataLakeStaticWebsite.setDefaultIndexDocumentPath(String defaultIndexDocumentPath)
Set the defaultIndexDocumentPath property: Absolute path of the default index page.
|
DataLakeStaticWebsite |
DataLakeStaticWebsite.setEnabled(boolean enabled)
Set the enabled property: Indicates whether this account is hosting a static website.
|
DataLakeStaticWebsite |
DataLakeStaticWebsite.setErrorDocument404Path(String errorDocument404Path)
Set the errorDocument404Path property: The absolute path of the custom 404 page.
|
DataLakeStaticWebsite |
DataLakeStaticWebsite.setIndexDocument(String indexDocument)
Set the indexDocument property: The default name of the index page under each directory.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeServiceProperties |
DataLakeServiceProperties.setStaticWebsite(DataLakeStaticWebsite staticWebsite)
Set the staticWebsite property: The properties that enable an account to host a static website.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.