time

Is used by zinfo_t and contains information about various time stamps for the file.

Service:
Defined In:fshooks.h

Syntax

  struct
  {
     uint64_t   created;
     uint64_t   archived;
     uint64_t   modified;
     uint64_t   accessed;
     uint64_t   metaDataModified;
  } time;
  

Fields

created

Specifies the creation time for the object.

archived

Specifies the last archived time for the object.

modified

Specifies the last modified time for the object.

accessed

Specifies the last accessed time for the object.

metaDataModified

Specifies the last time the metadata was modified.

Remarks

All of the fields use UTC time.