GarnetBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for adding Garnet resources to the application model.
public static class GarnetBuilderExtensions
type GarnetBuilderExtensions = class
Public Module GarnetBuilderExtensions
- Inheritance
-
GarnetBuilderExtensions
Methods
AddGarnet(IDistributedApplicationBuilder, String, Nullable<Int32>) |
Adds a Garnet container to the application model. |
WithDataBindMount(IResourceBuilder<GarnetResource>, String, Boolean) |
Adds a bind mount for the data folder to a Garnet container resource and enables Garnet persistence. |
WithDataVolume(IResourceBuilder<GarnetResource>, String, Boolean) |
Adds a named volume for the data folder to a Garnet container resource and enables Garnet persistence. |
WithPersistence(IResourceBuilder<GarnetResource>, Nullable<TimeSpan>, Int64) |
Obsolete.
Configures a Garnet container resource for persistence. |
WithPersistence(IResourceBuilder<GarnetResource>, Nullable<TimeSpan>) |
Configures a Garnet container resource for persistence. |