Table of Contents

Class SettingsCollection.ObjectSettings

Namespace
Amazon.Runtime.Internal.Settings
Assembly
AWSSDK.Core.dll
public class SettingsCollection.ObjectSettings
Inheritance
SettingsCollection.ObjectSettings
Inherited Members

Properties

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

this[string]

public string this[string key] { get; set; }

Parameters

key string

Property Value

string

Keys

public IEnumerable<string> Keys { get; }

Property Value

IEnumerable<string>

UniqueKey

public string UniqueKey { get; }

Property Value

string

Methods

Clear()

public void Clear()

GetValueOrDefault(string, string)

public string GetValueOrDefault(string key, string defaultValue)

Parameters

key string
defaultValue string

Returns

string

Remove(string)

public void Remove(string key)

Parameters

key string