Codeunit 9051 ABS Client Impl. in 20
- App
- System Application
Versions171819202122232425262728latest
Procedures, 53
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Initialize | (Text, Text, Text, Interface Storage Service Authorization, Enum Storage Service API Version) | public | - | |
| SetBaseUrl | (Text) | public | - | |
| ListContainers | (var Record ABS Container, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| CreateContainer | (Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| DeleteContainer | (Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| ListBlobs | (var Record ABS Container Content, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| ContainerAcquireLease | (Text, Codeunit ABS Optional Parameters, Integer, Guid, var Guid) | Codeunit ABS Operation Response | public | - |
| ContainerReleaseLease | (Text, Codeunit ABS Optional Parameters, Guid) | Codeunit ABS Operation Response | public | - |
| ContainerRenewLease | (Text, Codeunit ABS Optional Parameters, Guid) | Codeunit ABS Operation Response | public | - |
| ContainerBreakLease | (Text, Codeunit ABS Optional Parameters, Guid, Integer) | Codeunit ABS Operation Response | public | - |
| ContainerChangeLease | (Text, Codeunit ABS Optional Parameters, var Guid, Guid) | Codeunit ABS Operation Response | public | - |
| PutBlobBlockBlobUI | (Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| PutBlobBlockBlobStream | (Text, var InStream, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| PutBlobBlockBlobText | (Text, Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| PutBlobPageBlob | (Text, Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| PutBlobAppendBlob | (Text, Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| AppendBlockText | (Text, Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| AppendBlockText | (Text, Text, Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| AppendBlockStream | (Text, InStream, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| AppendBlockStream | (Text, InStream, Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| AppendBlock | (Text, Text, Variant, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| AppendBlockFromURL | (Text, Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| GetBlobAsFile | (Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| GetBlobAsStream | (Text, var InStream, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| GetBlobAsText | (Text, var Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| SetBlobExpiryRelativeToCreation | (Text, Integer) | Codeunit ABS Operation Response | public | - |
| SetBlobExpiryRelativeToNow | (Text, Integer) | Codeunit ABS Operation Response | public | - |
| SetBlobExpiryAbsolute | (Text, DateTime) | Codeunit ABS Operation Response | public | - |
| SetBlobExpiryNever | (Text) | Codeunit ABS Operation Response | public | - |
| SetBlobExpiry | (Text, Enum ABS Blob Expiry Option, Variant, Text) | Codeunit ABS Operation Response | public | - |
| GetBlobTags | (Text, var XmlDocument, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| SetBlobTags | (Text, Dictionary) | Codeunit ABS Operation Response | public | - |
| SetBlobTags | (Text, XmlDocument) | Codeunit ABS Operation Response | public | - |
| FindBlobsByTags | (Dictionary, var XmlDocument) | Codeunit ABS Operation Response | public | - |
| FindBlobsByTags | (Text, var XmlDocument) | Codeunit ABS Operation Response | public | - |
| DeleteBlob | (Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| UndeleteBlob | (Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| CopyBlob | (Text, Text, Guid, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| CopyBlobFromURL | (Text) | Codeunit ABS Operation Response | public | - |
| PutBlock | (Variant) | Codeunit ABS Operation Response | public | - |
| PutBlock | (Variant, Text) | Codeunit ABS Operation Response | public | - |
| GetBlockList | (Enum ABS Block List Type, var Dictionary, var Dictionary) | Codeunit ABS Operation Response | public | - |
| GetBlockList | (var XmlDocument) | Codeunit ABS Operation Response | public | - |
| GetBlockList | (Enum ABS Block List Type, var XmlDocument) | Codeunit ABS Operation Response | public | - |
| PutBlockList | (Dictionary, Dictionary) | Codeunit ABS Operation Response | public | - |
| PutBlockList | (XmlDocument) | Codeunit ABS Operation Response | public | - |
| PutBlockFromURL | (Text, Text, Text, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |
| BlobAcquireLease | (Text, Codeunit ABS Optional Parameters, Integer, Guid, var Guid) | Codeunit ABS Operation Response | public | - |
| BlobReleaseLease | (Text, Codeunit ABS Optional Parameters, Guid) | Codeunit ABS Operation Response | public | - |
| BlobRenewLease | (Text, Codeunit ABS Optional Parameters, Guid) | Codeunit ABS Operation Response | public | - |
| BlobBreakLease | (Text, Codeunit ABS Optional Parameters, Guid, Integer) | Codeunit ABS Operation Response | public | - |
| BlobChangeLease | (Text, Codeunit ABS Optional Parameters, var Guid, Guid) | Codeunit ABS Operation Response | public | - |
| GetBlobTags | (Text, var Dictionary, Codeunit ABS Optional Parameters) | Codeunit ABS Operation Response | public | - |