IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

OneDriveDrive Type

A OneDrive drive.

Remarks

This type represents a OneDrive drive.

Fields

DeletedSpace
Long

The amount of drive space consumed by deleted resources.

This field reflects the amount of drive space, in bytes, consumed by deleted resources.

Description
String?

A description of the drive.

This field holds a description of the drive.

Id
String?

The Id of the drive.

This field holds the Id of the drive. (Note that the format of the drive's Id may differ depending on its Type.)

Name
String?

The name of the drive.

This field holds the name of the drive.

OwnerId
String?

The Id of the drive's owner.

This field holds the Id of the drive's owner.

OwnerName
String?

The name of the drive's owner.

This field holds the name of the drive's owner.

RemainingSpace
Long

The amount of drive space currently available.

This field reflects the amount of drive space, in bytes, that is currently available.

State
OneDriveDriveStates

The drive's storage quota state.

This field reflects the drive's current storage quota state. Possible values are:

0 (dsNormal) The drive has >= 10% free space remaining.
1 (dsNearing) The drive has < 10% free space remaining.
2 (dsCritical) The drive has < 1% free space remaining.
3 (dsExceeded) The drive has reached or exceeded its storage quota.

TotalSpace
Long

The total capacity of the drive.

This field reflects the total capacity, in bytes, of the drive.

Type
OneDriveDriveTypes

The drive's type.

This field reflects the drive's type. Possible values are:

0 (oddtPersonal) A OneDrive Personal drive.
1 (oddtBusiness) A OneDrive for Business drive.
2 (oddtDocumentLibrary) A SharePoint Online document library.

UsedSpace
Long

The amount of drive space that has been consumed.

This field reflects the amount of drive space, in bytes, that has been consumed.

Constructors

public constructor()



Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]