EntryInfo Output Object (Send-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) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]
 

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]