dk.sdu.cloud.file.orchestrator.api.FSProductStatsSupport

UCloud Developer Guide / Orchestration of Resources / Storage / Drives (FileCollection)

FSProductStatsSupport

Declares which stats a given product supports

data class FSProductStatsSupport(
    val sizeInBytes: Boolean?,
    val sizeIncludingChildrenInBytes: Boolean?,
    val modifiedAt: Boolean?,
    val createdAt: Boolean?,
    val accessedAt: Boolean?,
    val unixPermissions: Boolean?,
    val unixOwner: Boolean?,
    val unixGroup: Boolean?,
)
Properties

Last updated