Skip to content

StorageEmulator

class

Namespace: Orleans.TestingHost.Utils

A wrapper on Azure Storage Emulator.
public static class StorageEmulator

Remarks

It might be tricky to implement this as a System.IDisposable, isolated, autonomous instance, see at Use the Azure Storage Emulator for Development and Testing for pointers.

Properties

  • Exists Checks if the storage emulator exists, i.e. is installed.

Methods

  • Help Storage Emulator help.
  • IsStarted Is the storage emulator already started.
  • Start Starts the storage emulator if not already started.
  • Stop Stops the storage emulator if started.
  • TryStart Tries to start the storage emulator.