PersistedCloudFlow<'T>
  Namespace: MBrace.Flow
CloudFlow instance whose elements are persisted across an MBrace cluster
Instance members
| Instance member | Description | 
          
            ElementCount
          
          
            Signature: int64 
         | 
        
           Computes the element count of the PersistedCloudFlow CompiledName:   | 
      
          
            GetInfo()
          
          
            Signature: unit -> string 
         | 
        
           Gets printed information on the persisted CloudFlow.  | 
      
          
            GetPartitions()
          
          
            Signature: unit -> (IWorkerRef * CloudArray<'T>) [] 
         | 
        
           Gets the CloudSequence partitions of the PersistedCloudFlow  | 
      
          
            [i]
          
          
            Signature: i:int -> IWorkerRef * CloudArray<'T> 
         | 
        
          
               CompiledName:   | 
      
          
            PartitionCount
          
          
            Signature: int 
         | 
        
           Number of partitions in the vector. CompiledName:   | 
      
          
            ShowInfo()
          
          
            Signature: unit -> unit 
         | 
        
           Prints information on the persisted CloudFlow to stdout.  | 
      
          
            Size
          
          
            Signature: int64 
         | 
        
           Computes the size (in bytes) of the PersistedCloudFlow CompiledName:   | 
      
          
            StorageLevel
          
          
            Signature: StorageLevel 
         | 
        
           Gets the common StorageLevel of all persisted partitions. CompiledName:   | 
      
          
            StorageLevels
          
          
            Signature: StorageLevel [] 
         | 
        
           Gets all supported storage level by contained partitions of persisted CloudFlow. CompiledName:   | 
      
          
            ToEnumerable()
          
          
            Signature: unit -> seq<'T> 
         | 
        
           Gets an enumerable for all elements in the PersistedCloudFlow  |