AzureBlobXmlRepository Třída

Definice

Objekt IXmlRepository , který je zálohován službou Azure Blob Storage.

public ref class AzureBlobXmlRepository sealed : Microsoft::AspNetCore::DataProtection::Repositories::IXmlRepository
public sealed class AzureBlobXmlRepository : Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository
type AzureBlobXmlRepository = class
    interface IXmlRepository
Public NotInheritable Class AzureBlobXmlRepository
Implements IXmlRepository
Dědičnost
AzureBlobXmlRepository
Implementuje

Poznámky

Instance tohoto typu jsou bezpečné pro vlákno.

Konstruktory

AzureBlobXmlRepository(Func<ICloudBlob>)

Vytvoří novou instanci AzureBlobXmlRepository objektu .

AzureBlobXmlRepository(Func<ICloudBlob>)

Vytvoří novou instanci AzureBlobXmlRepository objektu .

Metody

GetAllElements()

Získá všechny elementy XML nejvyšší úrovně v úložišti.

StoreElement(XElement, String)

Přidá do úložiště element XML nejvyšší úrovně.

Platí pro