Function hdfsCreateEncryptionZone

Source
pub unsafe extern "C" fn hdfsCreateEncryptionZone(
    fs: hdfsFS,
    path: *const c_char,
    keyName: *const c_char,
) -> c_int
Expand description

Create encryption zone for the directory with specific key name @param fs The configured filesystem handle. @param path The path of the directory. @param keyname The key name of the encryption zone @return Returns 0 on success, -1 on error.