LogFile Interface

public interface LogFile

An immutable client-side representation of LogFile.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime createdTime()

Gets the createdTime property: Creation timestamp of the log file.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract LogFileInner innerModel()

Gets the inner com.azure.resourcemanager.postgresql.fluent.models.LogFileInner object.

abstract OffsetDateTime lastModifiedTime()

Gets the lastModifiedTime property: Last modified timestamp of the log file.

abstract String name()

Gets the name property: The name of the resource.

abstract Long sizeInKB()

Gets the sizeInKB property: Size of the log file.

abstract String type()

Gets the type property: The type of the resource.

abstract String typePropertiesType()

Gets the typePropertiesType property: Type of the log file.

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:

the createdTime value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract LogFileInner innerModel()

Gets the inner com.azure.resourcemanager.postgresql.fluent.models.LogFileInner object.

Returns:

the inner object.

lastModifiedTime

public abstract OffsetDateTime lastModifiedTime()

Gets the lastModifiedTime property: Last modified timestamp of the log file.

Returns:

the lastModifiedTime value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

sizeInKB

public abstract Long sizeInKB()

Gets the sizeInKB property: Size of the log file.

Returns:

the sizeInKB value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

typePropertiesType

public abstract String typePropertiesType()

Gets the typePropertiesType property: Type of the log file.

Returns:

the typePropertiesType value.

url

public abstract String url()

Gets the url property: The url to download the log file from.

Returns:

the url value.

Applies to