NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

EntryInfo Output Object (Remove-CloudStorage Cmdlet)

This object contains details about a file returned from the Cloud Storage provider.

Syntax

Object EntryInfo {
   string DirEntry;
   string FileName;
   long FileSize;
   string FileTime;
   bool IsDir;
}

Remarks

After using List to retrieve a directory listing, information about each entry returned in that listing will be stored in one or more EntryInfo objects.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]
 

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]