Skip to content

StorageEmulator

class

Namespace: Orleans.TestingHost.Utils

A wrapper on the legacy Windows Azure Storage Emulator.
public static class StorageEmulator

Remarks

This helper manages only the legacy emulator executables listed below; it doesn't start or stop Azurite. Use Azurite for local Azure Storage development for supported local emulation.

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.