DataLakeModelFactory.PathDeletedItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new PathDeletedItem instance for mocking.
public static Azure.Storage.Files.DataLake.Models.PathDeletedItem PathDeletedItem(string path, string deletionId, DateTimeOffset? deletedOn, int? remainingRetentionDays);
static member PathDeletedItem : string * string * Nullable<DateTimeOffset> * Nullable<int> -> Azure.Storage.Files.DataLake.Models.PathDeletedItem
Public Shared Function PathDeletedItem (path As String, deletionId As String, deletedOn As Nullable(Of DateTimeOffset), remainingRetentionDays As Nullable(Of Integer)) As PathDeletedItem
Parameters
- path
- String
- deletionId
- String
- deletedOn
- Nullable<DateTimeOffset>