• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class DeviceDeleteOnUnlinkFailDetails

Failed to delete all files from unlinked device.

Inheritance
System.Object
DeviceDeleteOnUnlinkFailDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DeviceDeleteOnUnlinkFailDetails

Constructors

| Improve this Doc View Source

DeviceDeleteOnUnlinkFailDetails(Int64, SessionLogInfo, String)

Initializes a new instance of the DeviceDeleteOnUnlinkFailDetails class.

Declaration
public DeviceDeleteOnUnlinkFailDetails(long numFailures, SessionLogInfo sessionInfo = null, string displayName = null)
Parameters
Type Name Description
System.Int64 numFailures

The number of times that remote file deletion failed.

SessionLogInfo sessionInfo

Session unique id.

System.String displayName

The device name. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

DisplayName

The device name. Might be missing due to historical data gap.

Declaration
public string DisplayName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NumFailures

The number of times that remote file deletion failed.

Declaration
public long NumFailures { get; protected set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

SessionInfo

Session unique id.

Declaration
public SessionLogInfo SessionInfo { get; protected set; }
Property Value
Type Description
SessionLogInfo
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeviceDeleteOnUnlinkFailDetails(Int64, SessionLogInfo, String)
  • Properties
    • DisplayName
    • NumFailures
    • SessionInfo
Back to top Generated by DocFX