Sdílet prostřednictvím


AzureBlobXmlRepository Třída

Definice

ObjektIXmlRepository, který je založený na 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 přístup z více vláken.

Konstruktory

AzureBlobXmlRepository(Func<ICloudBlob>)

Vytvoří novou instanci objektu AzureBlobXmlRepository.

AzureBlobXmlRepository(Func<ICloudBlob>)

Vytvoří novou instanci objektu AzureBlobXmlRepository.

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