| Initialize | (Text, Text, Text, Interface Storage Service Authorization, Enum Storage Service API Version) | | public | - |
| SetBaseUrl | (Text) | | public | - |
| CreateDirectory | (Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| DeleteDirectory | (Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| ListDirectory | (Text[2048], var Record AFS Directory Content, Boolean, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| ListFileHandles | (Text, var Record AFS Handle, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| RenameFile | (Text, Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| CreateFile | (Text, InStream, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| CreateFile | (Text, Integer, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| GetFileAsFile | (Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| GetFileAsStream | (Text, var InStream, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| GetFileAsText | (Text, var Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| GetFileMetadata | (Text, var Dictionary, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| SetFileMetadata | (Text, Dictionary, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| PutFileUI | (Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| PutFileStream | (Text, var InStream, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| PutFileText | (Text, Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| DeleteFile | (Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| CopyFile | (Text, Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| AbortCopyFile | (Text, Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| FileAcquireLease | (Text, Codeunit AFS Optional Parameters, Guid, var Guid) | Codeunit AFS Operation Response | public | - |
| FileReleaseLease | (Text, Codeunit AFS Optional Parameters, Guid) | Codeunit AFS Operation Response | public | - |
| FileBreakLease | (Text, Codeunit AFS Optional Parameters, Guid) | Codeunit AFS Operation Response | public | - |
| FileChangeLease | (Text, Codeunit AFS Optional Parameters, var Guid, Guid) | Codeunit AFS Operation Response | public | - |