Codeunit 8950 AFS File Client in 23
- App
- System Application
- Namespace
- System.Azure.Storage.Files
Versions171819202122232425262728latest
Procedures, 48
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Initialize | (Text, Text, Interface Storage Service Authorization) | public | - | |
| Initialize | (Text, Text, Interface Storage Service Authorization, Enum Storage Service API Version) | public | - | |
| CreateFile | (Text, InStream) | Codeunit AFS Operation Response | public | - |
| CreateFile | (Text, InStream, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| CreateFile | (Text, Integer) | Codeunit AFS Operation Response | public | - |
| CreateFile | (Text, Integer, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| GetFileAsFile | (Text) | Codeunit AFS Operation Response | public | - |
| GetFileAsFile | (Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| GetFileAsStream | (Text, var InStream) | Codeunit AFS Operation Response | public | - |
| GetFileAsStream | (Text, var InStream, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| GetFileAsText | (Text, var Text) | Codeunit AFS Operation Response | public | - |
| GetFileAsText | (Text, var Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| GetFileMetadata | (Text, var Dictionary) | Codeunit AFS Operation Response | public | - |
| GetFileMetadata | (Text, var Dictionary, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| SetFileMetadata | (Text, Dictionary) | Codeunit AFS Operation Response | public | - |
| SetFileMetadata | (Text, var Dictionary, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| PutFileUI | () | Codeunit AFS Operation Response | public | - |
| PutFileUI | (Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| PutFileStream | (Text, var InStream) | Codeunit AFS Operation Response | public | - |
| PutFileStream | (Text, var InStream, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| PutFileText | (Text, Text) | Codeunit AFS Operation Response | public | - |
| PutFileText | (Text, Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| DeleteFile | (Text) | Codeunit AFS Operation Response | public | - |
| DeleteFile | (Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| ListDirectory | (Text[2048], var Record AFS Directory Content) | Codeunit AFS Operation Response | public | - |
| ListDirectory | (Text[2048], var Record AFS Directory Content, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| ListDirectory | (Text[2048], Boolean, var Record AFS Directory Content) | Codeunit AFS Operation Response | public | - |
| ListDirectory | (Text[2048], Boolean, var Record AFS Directory Content, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| CreateDirectory | (Text) | Codeunit AFS Operation Response | public | - |
| CreateDirectory | (Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| DeleteDirectory | (Text) | Codeunit AFS Operation Response | public | - |
| DeleteDirectory | (Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| CopyFile | (Text, Text) | Codeunit AFS Operation Response | public | - |
| CopyFile | (Text, Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| AbortCopyFile | (Text, Text) | Codeunit AFS Operation Response | public | - |
| AbortCopyFile | (Text, Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| ListHandles | (Text, var Record AFS Handle) | Codeunit AFS Operation Response | public | - |
| ListHandles | (Text, var Record AFS Handle, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| RenameFile | (Text, Text) | Codeunit AFS Operation Response | public | - |
| RenameFile | (Text, Text, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| AcquireLease | (Text, Guid, var Guid) | Codeunit AFS Operation Response | public | - |
| AcquireLease | (Text, Guid, Codeunit AFS Optional Parameters, var Guid) | Codeunit AFS Operation Response | public | - |
| ChangeLease | (Text, Guid, var Guid) | Codeunit AFS Operation Response | public | - |
| ChangeLease | (Text, Guid, Codeunit AFS Optional Parameters, var Guid) | Codeunit AFS Operation Response | public | - |
| ReleaseLease | (Text, Guid) | Codeunit AFS Operation Response | public | - |
| ReleaseLease | (Text, Guid, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |
| BreakLease | (Text, Guid) | Codeunit AFS Operation Response | public | - |
| BreakLease | (Text, Guid, Codeunit AFS Optional Parameters) | Codeunit AFS Operation Response | public | - |