7 using System.Collections.Generic;
27 public IList<string>
paths {
get;
set; } =
new List<string>();
32 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
50 IDictionary<string, string>
options =
null)
52 this.paths =
paths ??
new List<string>();
73 public IList<string>
file_names {
get;
set; } =
new List<string>();
76 public IList<long>
sizes {
get;
set; } =
new List<long>();
79 public IList<string>
users {
get;
set; } =
new List<string>();
95 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
IDictionary< string, string > info
Additional information.
A set of parameters for Kinetica.showFiles.
A set of string constants for the parameter info.
ShowFilesRequest()
Constructs a ShowFilesRequest object with default parameters.
IList< long > creation_times
Creation time for each file, in milliseconds since epoch
IList< string > users
User that created the file
IDictionary< string, string > options
Optional parameters.
IList< long > sizes
Size of each file, in bytes
IList< string > file_names
A listing of files in the paths specified
ShowFilesRequest(IList< string > paths, IDictionary< string, string > options=null)
Constructs a ShowFilesRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
const string MULTIPART_UPLOADS
JSON-encoded information about multipart uploads in progress
A set of results returned by Kinetica.showFiles.
IList< string > paths
File paths to show.