7 using System.Collections.Generic;
59 public string name {
get; set; }
87 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
127 IDictionary<string, string>
options = null)
129 this.name = name ??
"";
130 this.permission = permission ??
"";
131 this.directory_name = directory_name ??
"";
132 this.options =
options ??
new Dictionary<string, string>();
147 public string name {
get; set; }
159 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
string permission
Value of .
string permission
Permission to revoke from the user or role.
string name
Name of the user or role from which the permission will be revoked.
const string DIRECTORY_WRITE
Access to upload files to, or delete files from, the directory.
IDictionary< string, string > info
Additional information.
RevokePermissionDirectoryRequest(string name, string permission, string directory_name, IDictionary< string, string > options=null)
Constructs a RevokePermissionDirectoryRequest object with the specified parameters.
RevokePermissionDirectoryRequest()
Constructs a RevokePermissionDirectoryRequest object with default parameters.
Permission to revoke from the user or role.
A set of parameters for Kinetica.revokePermissionDirectory(string,string,string,IDictionary{string, string}).
const string DIRECTORY_READ
For files in the directory, access to list files, download files, or use files in server side functio...
IDictionary< string, string > options
Optional parameters.
string directory_name
Value of .
A set of results returned by Kinetica.revokePermissionDirectory(string,string,string,IDictionary{string, string}).
string directory_name
Name of the KiFS directory to which the permission revokes access
KineticaData - class to help with Avro Encoding for Kinetica