IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

OneDriveDrive Type

A OneDrive drive.

Remarks

This type represents a OneDrive drive.

Fields

DeletedSpace
Int64

The amount of drive space consumed by deleted resources.

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

Description
String

A description of the drive.

This property holds a description of the drive.

Id
String

The Id of the drive.

This property 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 property holds the name of the drive.

OwnerId
String

The Id of the drive's owner.

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

OwnerName
String

The name of the drive's owner.

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

RemainingSpace
Int64

The amount of drive space currently available.

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

State
TicsOneDriveDriveStates

The drive's storage quota state.

This property 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
Int64

The total capacity of the drive.

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

Type
TicsOneDriveDriveTypes

The drive's type.

This property 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
Int64

The amount of drive space that has been consumed.

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

Constructors

constructor Create();

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Delphi Edition - Version 20.0 [Build 8265]