Condividi tramite


PaxTarEntry.ExtendedAttributes Proprietà

Definizione

Restituisce gli attributi estesi per questa voce.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ ExtendedAttributes { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,string> ExtendedAttributes { get; }
member this.ExtendedAttributes : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public ReadOnly Property ExtendedAttributes As IReadOnlyDictionary(Of String, String)

Valore della proprietà

Commenti

Gli attributi estesi vengono specificati durante la costruzione di una voce. Usare PaxTarEntry(TarEntryType, String, IEnumerable<KeyValuePair<String,String>>) per aggiungere l'enumerazione personalizzata degli attributi estesi alla voce corrente sopra quelle predefinite. Usare PaxTarEntry(TarEntryType, String) solo per usare gli attributi estesi predefiniti.

Le voci seguenti sono sempre disponibili nel dizionario degli attributi estesi di qualsiasi voce PAX:

  • Tempo di modifica, sotto il nome mtime, come Double numero.
  • Ora di accesso, sotto il nome atime, come Double numero.
  • Modificare il tempo, sotto il nome ctime, come Double numero.
  • Percorso, sotto il nome path, come stringa.

Le voci seguenti sono disponibili solo nel dizionario degli attributi estesi di una voce PAX se vengono soddisfatte determinate condizioni:

  • Nome gruppo, sotto il nome gname, come stringa, se è maggiore di 32 byte.
  • Nome utente, sotto il nome uname, come stringa, se è maggiore di 32 byte.
  • Lunghezza del file, sotto il nome size, come Int32, se la rappresentazione stringa del numero è maggiore di 12 byte.

Si applica a