FileDetailsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. support. fluent. models. FileDetailsInner
- com.
- com.
public final class FileDetailsInner
extends ProxyResource
Object that represents File Details resource.
Constructor Summary
| Constructor | Description |
|---|---|
| FileDetailsInner() |
Creates an instance of File |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
chunkSize()
Get the chunk |
|
Offset |
createdOn()
Get the created |
| Integer |
fileSize()
Get the file |
| Integer |
numberOfChunks()
Get the number |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
File |
withChunkSize(Integer chunkSize)
Set the chunk |
|
File |
withFileSize(Integer fileSize)
Set the file |
|
File |
withNumberOfChunks(Integer numberOfChunks)
Set the number |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
FileDetailsInner
public FileDetailsInner()
Creates an instance of FileDetailsInner class.
Method Details
chunkSize
public Integer chunkSize()
Get the chunkSize property: Size of each chunk.
Returns:
createdOn
public OffsetDateTime createdOn()
Get the createdOn property: Time in UTC (ISO 8601 format) when file workspace was created.
Returns:
fileSize
public Integer fileSize()
Get the fileSize property: Size of the file to be uploaded.
Returns:
numberOfChunks
public Integer numberOfChunks()
Get the numberOfChunks property: Number of chunks to be uploaded.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
validate
public void validate()
Validates the instance.
withChunkSize
public FileDetailsInner withChunkSize(Integer chunkSize)
Set the chunkSize property: Size of each chunk.
Parameters:
Returns:
withFileSize
public FileDetailsInner withFileSize(Integer fileSize)
Set the fileSize property: Size of the file to be uploaded.
Parameters:
Returns:
withNumberOfChunks
public FileDetailsInner withNumberOfChunks(Integer numberOfChunks)
Set the numberOfChunks property: Number of chunks to be uploaded.
Parameters:
Returns: