public class PathDeletedItem extends Object
| Constructor and Description |
|---|
PathDeletedItem(String path,
boolean isPrefix,
String deletionId,
OffsetDateTime deletedOn,
Integer remainingRetentionDays)
Constructs a
PathDeletedItem. |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
getDeletedOn()
Gets when the path was deleted.
|
String |
getDeletionId()
Gets the deletion id associated with the deleted path to uniquely identify it from other items deleted at this
path.
|
String |
getPath()
Gets the name of the path.
|
Integer |
getRemainingRetentionDays()
Gets the number of days left before the soft deleted path will be permanently deleted.
|
boolean |
isPrefix()
Gets whether the item is a prefix.
|
public PathDeletedItem(String path, boolean isPrefix, String deletionId, OffsetDateTime deletedOn, Integer remainingRetentionDays)
PathDeletedItem.path - The name of the pathisPrefix - Whether the item is a prefixdeletionId - The deletion id associated with the deleted path to uniquely identify it from other items
deleted at this pathdeletedOn - When the path was deletedremainingRetentionDays - The number of days left before the soft deleted path will be permanently deletedpublic String getPath()
public boolean isPrefix()
public String getDeletionId()
public OffsetDateTime getDeletedOn()
public Integer getRemainingRetentionDays()
Copyright © 2021 Microsoft Corporation. All rights reserved.