LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Interface IBigSegmentStore

    Inherited Members
    IDisposable.Dispose()
    Namespace: LaunchDarkly.Sdk.Server.Subsystems
    Assembly: LaunchDarkly.ServerSdk.dll
    Syntax
    public interface IBigSegmentStore : IDisposable

    Methods

    GetMembershipAsync(string)

    Declaration
    Task<BigSegmentStoreTypes.IMembership> GetMembershipAsync(string userHash)
    Parameters
    Type Name Description
    string userHash
    Returns
    Type Description
    Task<BigSegmentStoreTypes.IMembership>

    GetMetadataAsync()

    Declaration
    Task<BigSegmentStoreTypes.StoreMetadata?> GetMetadataAsync()
    Returns
    Type Description
    Task<BigSegmentStoreTypes.StoreMetadata?>
    In this article
    Back to top Generated by DocFX