C# 클래스 Tigwi.Storage.Library.Utilities.PrefixTreeBlob

파일 보기 프로젝트 열기: ismaelbelghiti/Tigwi

공개 메소드들

메소드 설명
Add ( string>.KeyValuePair p ) : void
GetWithPrefix ( string prefix, int maxSize ) : HashSet
Init ( ) : void
PrefixTreeBlob ( CloudBlobContainer container, string path ) : System

메소드 상세

Add() 공개 메소드

public Add ( string>.KeyValuePair p ) : void
p string>.KeyValuePair
리턴 void

GetWithPrefix() 공개 메소드

public GetWithPrefix ( string prefix, int maxSize ) : HashSet
prefix string
maxSize int
리턴 HashSet

Init() 공개 메소드

public Init ( ) : void
리턴 void

PrefixTreeBlob() 공개 메소드

public PrefixTreeBlob ( CloudBlobContainer container, string path ) : System
container Microsoft.WindowsAzure.StorageClient.CloudBlobContainer
path string
리턴 System