Show / Hide Table of Contents

Class BlobStorageExtensions

Inheritance
System.Object
BlobStorageExtensions
Namespace:InfinniPlatform.BlobStorage
Assembly:InfinniPlatform.BlobStorage.Abstractions.dll
Syntax
public static class BlobStorageExtensions : object

Methods

| Improve this Doc View Source

CreateBlob(IBlobStorage, String, String, Byte[])

Создает BLOB.

Declaration
public static BlobInfo CreateBlob(this IBlobStorage target, string blobName, string blobType, byte[] blobData)
Parameters
Type Name Description
IBlobStorage target
System.String blobName

Наименование BLOB.

System.String blobType

Формат данных BLOB.

System.Byte[] blobData

Данные BLOB.

Returns
Type Description
BlobInfo

Идентификатор BLOB.

| Improve this Doc View Source

UpdateBlob(IBlobStorage, String, String, String, Byte[])

Обновляет BLOB.

Declaration
public static BlobInfo UpdateBlob(this IBlobStorage target, string blobId, string blobName, string blobType, byte[] blobData)
Parameters
Type Name Description
IBlobStorage target
System.String blobId

Идентификатор BLOB.

System.String blobName

Наименование BLOB.

System.String blobType

Формат данных BLOB.

System.Byte[] blobData

Данные BLOB.

Returns
Type Description
BlobInfo

Идентификатор BLOB.

  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.