ARX::VirtualService::OpenFile¶
Member | Type | Description |
proc | ProcessorId | The ARX NSM processor that is serving the file. |
user_ip_address | String | The IP address of the client that has the file open. |
user_name | String | The client with a username and domain name. |
namespace | String | The ARX namespace where the file resides. |
virtual_path | String | The pathname of the open file from the root of the ARX volume. |
path_on_file_server | String | The pathname of the open file from the root of the file server share. |
read | boolean | The file is opened for read. |
write | boolean | The file is opened for write. |
fid | short | The CIFS file ID for the file, as seen by the client application. |
locks | short | The number of range locks held by the client. |
virtual_ip_address | String | The CIFS file ID for the file, as seen by the client application. |
file_server_ip_address | String | The IP address of the back-end filer that hosts the open file. |
virtual_share | String | The name of the CIFS share from the client perspective. |
file_server_share | String | The share name at the back-end filer. |
See Also¶
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.