메소드 | 설명 | |
---|---|---|
GetData ( string path ) : string |
Return the metadata at the path
|
|
GetData ( string path, int tries ) : string |
Return the metadata at the path
|
|
GetItems ( string path ) : IEnumerable |
Return the list of items in the metadata at path.
|
|
GetItems ( string path, int tries ) : IEnumerable |
Return the list of items in the metadata at path.
|
메소드 | 설명 | |
---|---|---|
FetchData ( string path ) : string | ||
FetchData ( string path, bool force ) : string | ||
GetItems ( string path, int tries, bool slurp ) : List |
||
PauseExponentially ( int tries ) : void |
public static GetData ( string path ) : string | ||
path | string | Path at which to query the metadata |
리턴 | string |
public static GetData ( string path, int tries ) : string | ||
path | string | Path at which to query the metadata |
tries | int | Number of attempts to make |
리턴 | string |
public static GetItems ( string path ) : IEnumerable |
||
path | string | Path at which to query the metadata |
리턴 | IEnumerable |
public static GetItems ( string path, int tries ) : IEnumerable |
||
path | string | Path at which to query the metadata |
tries | int | Number of attempts to make |
리턴 | IEnumerable |