LogFile Interface
public interface LogFile
An immutable client-side representation of LogFile.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
createdTime()
Gets the created |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Log |
innerModel()
Gets the inner com. |
|
abstract
Offset |
lastModifiedTime()
Gets the last |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Long |
sizeInKB()
Gets the size |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract String |
typePropertiesType()
Gets the type |
| abstract String |
url()
Gets the url property: The url to download the log file from. |
Method Details
createdTime
public abstract OffsetDateTime createdTime()
Gets the createdTime property: Creation timestamp of the log file.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract LogFileInner innerModel()
Gets the inner com.azure.resourcemanager.postgresql.fluent.models.LogFileInner object.
Returns:
lastModifiedTime
public abstract OffsetDateTime lastModifiedTime()
Gets the lastModifiedTime property: Last modified timestamp of the log file.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
sizeInKB
public abstract Long sizeInKB()
Gets the sizeInKB property: Size of the log file.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
typePropertiesType
public abstract String typePropertiesType()
Gets the typePropertiesType property: Type of the log file.
Returns:
url
public abstract String url()
Gets the url property: The url to download the log file from.
Returns: