id

Is used by zinfo_t and contains the IDs for various owners and modifiers of the file.

Service:
Defined In:zParams.h

Syntax

  struct 
  {
     userid_t   owner;
     userid_t   archiver;
     userid_t   modifier;
     userid_t   metaDataModifier;
  } id;
  

Fields

owner

Specifies the owner ID of the file.

archiver

Specifies the ID of the user who last archived the file object.

modifier

Specifies the ID of the user who last modified the file object.

metaDataModifier

Specifies the ID of the user who last modified the meta data.